-
Notifications
You must be signed in to change notification settings - Fork 84
/
config.toml
60 lines (49 loc) · 945 Bytes
/
config.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
baseURL = "https://odin-lang.org"
title = "Odin Programming Language"
theme = "odin"
[params]
slogan = "The Data-Oriented Language for Sane Software Development."
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 4
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "/docs"
weight = 2
[[menu.main]]
identifier = "packages"
name = "Packages"
url = "https://pkg.odin-lang.org/"
weight = 3
[[menu.main]]
identifier = "news"
name = "News"
url = "/news"
weight = 4
[[menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"
weight = 5
[[menu.main]]
identifier = "forum"
name = "Forum"
url = "https://forum.odin-lang.org"
weight = 6
[[menu.main]]
identifier = "community"
name = "Community"
url = "/community"
weight = 7
[[menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/odin-lang/Odin"
weight = 8