aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/config/_default/menus/menus.en.toml
blob: 467bcdb3a2628694cc838ee9228c1ca2075acb5d (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
25
26
27
28
29
[[main]]
  name = "Docs"
  url = "/docs/"
  weight = 10

[[main]]
  name = "Blog"
  url = "/blog/"
  weight = 20

[[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