forked from matrix-org/matrix.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navigation.toml
29 lines (27 loc) · 1.42 KB
/
navigation.toml
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
header = [
{ title = "Spec", href = "https://spec.matrix.org" },
{ title = "Foundation", section = "foundation" },
{ title = "Blog", href = "/blog/" },
{ title = "Docs", href = "/docs/" },
{ title = "Ecosystem", section = "ecosystem" },
{ title = "Donate", href = "/support" },
{ title = "Try Matrix", href = "/try-matrix/", primary = true },
]
footer_internal = [
{ title = "Donate", href = "/support" },
{ title = "Shop", href = "https://shop.matrix.org" },
{ title = "Security Disclosure Policy", href = "/security-disclosure-policy" },
{ title = "Security Hall of Fame", href = "/security-hall-of-fame" },
{ title = "Code of Conduct", href = "/legal/code-of-conduct" },
{ title = "Legal", href = "/legal" },
{ title = "Contact", href = "/contact" },
{ title = "Site Source", href = "https://github.com/matrix-org/matrix.org/" },
]
footer_external = [
{ image = "github.svg", alt = "GitHub", href = "https://github.com/matrix-org" },
{ image = "gitlab.svg", alt = "GitLab", href = "https://gitlab.matrix.org/" },
{ image = "mastodon.svg", alt = "Mastodon", href = "https://mastodon.matrix.org/@matrix" },
{ image = "twitter.svg", alt = "Twitter", href = "https://twitter.com/matrixdotorg" },
{ image = "youtube.svg", alt = "YouTube", href = "https://www.youtube.com/channel/UCVFkW-chclhuyYRbmmfwt6w" },
{ image = "rss.svg", alt = "RSS", href = "/atom.xml" },
]