aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/config/_default/menus/menus.en.toml
blob: 59e8fbba33fb03768632f4347c72316cf0c143e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[main]]
  name = "Docs"
  url = "/docs/"
  weight = 10

[[main]]
  name = "Contact"
  url = "/contact/"
  weight = 20

[[main]]
  name = "Open app"
  url = "https://stage.greatoffice.app"
  weight = 30

[[footer]]
  name = "Privacy"
  url = "/privacy/"
  weight = 10

[[footer]]
  name = "Terms of service"
  url = "/terms/"
  weight = 10