forked from ziglang/www.ziglang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
104 lines (100 loc) · 2.29 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
baseURL = "https://ziglang.org/"
title = "Zig Programming Language"
languageCode = "en-us"
theme = "ziglang-original"
disableKinds = ["taxonomy", "term"]
timeout = 1000000
[params]
disable_zig_rendering = false
zig_code_basepath = "assets/zig-code/"
downloads_release_order = [
"master",
"0.11.0",
"0.10.1",
"0.10.0",
"0.9.1",
"0.9.0",
"0.8.1",
"0.8.0",
"0.7.1",
"0.7.0",
"0.6.0",
"0.5.0",
"0.4.0",
"0.3.0",
"0.2.0",
"0.1.1",
]
download_section_order = ["src", "windows", "macos", "linux", "freebsd"]
[params.download_section]
[params.download_section.src]
title = "download-source"
release_suffix = ""
rows = ["src", "bootstrap"]
[params.download_section.windows]
title = "Windows"
release_suffix = "-windows"
rows = ["x86_64", "x86", "i386", "aarch64"]
[params.download_section.macos]
title = "macOS"
release_suffix = "-macos"
rows = ["aarch64","x86_64"]
[params.download_section.linux]
title = "Linux"
release_suffix = "-linux"
rows = ["x86_64", "i386", "x86", "aarch64", "armv6kz", "armv7a", "riscv64", "powerpc64le", "powerpc"]
[params.download_section.freebsd]
title = "FreeBSD"
release_suffix = "-freebsd"
rows = ["x86_64"]
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = "English (original)"
weight = 1
[languages.it]
languageName = "Italiano"
weight = 2
[languages.pt]
languageName = "Português"
weight = 2
[languages.zh]
languageName = "简体中文"
weight = 2
[languages.de]
languageName = "Deutsch"
weight = 2
[languages.fa]
languageName = "فارسی"
weight = 2
[languages.fr]
languageName = "Français"
weight = 2
[languages.ko]
languageName = "한국어"
weight = 2
[languages.es]
languageName = "Español"
weight = 2
[languages.ar]
languageName = "عربی"
weight = 2
[languages.ru]
languageName = "Русский"
weight = 2
[languages.ja]
languageName = "日本語"
weight = 2
[languages.tr]
languageName = "Türkçe"
weight = 2
[languages.id]
languageName = "Indonesian"
weight = 2