-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
40 lines (34 loc) · 812 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
baseURL = "https://dash-industry-forum.github.io/"
languageCode = "en-us"
title = "DASH Industry Forum"
[menu]
[[menu.main]]
identifier = "guidelines"
name = "guidelines"
url = "guidelines/earlier-versions"
title = "Guidelines"
weight = 3
[[menu.main]]
identifier = "tools"
name = "tools"
url = "tools/introduction"
title = "Reference Tools"
weight = 4
[[menu.main]]
identifier = "identifiers"
name = "identifiers"
url = "identifiers/Introduction"
title = "Identifiers"
weight = 5
[[menu.main]]
identifier = "codecs"
name = "codecs"
url = "codecs/Introduction"
title = "Codecs"
weight = 6
[[menu.main]]
identifier = "events"
name = "events"
url = "events/events"
title = "Events"
weight = 10