forked from fluid-player/fluid-player-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
94 lines (77 loc) · 1.92 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
baseurl = "https://docs.fluidplayer.com/"
languageCode = "en-us"
metadataformat = "yaml"
title = "Fluid Player Documentation"
theme = "hugo-material-docs-custom"
disqusShortname = ""
googleAnalytics = ""
publishDir = "docs"
[menu]
[[menu.main]]
identifier = "overview"
name = "Overview"
url = ""
weight = 1
[[menu.main]]
identifier = "integration"
name = "Integration"
url = "integration/"
weight = 2
[[menu.main]]
identifier = "builder"
name = "Builder"
url = "builder/"
weight = 3
[[menu.main]]
identifier = "layout_configuration"
name = "Layout Configuration"
url = "layout_configuration/"
weight = 4
[[menu.main]]
identifier = "ad_configuration"
name = "Ad Configuration"
url = "ad_configuration/"
weight = 5
[[menu.main]]
identifier = "preview_configuration"
name = "Preview Configuration"
url = "preview_configuration/"
weight = 6
[[menu.main]]
identifier = "api"
name = "API"
url = "api/"
weight = 7
[[menu.main]]
identifier = "streaming"
name = "Streaming"
url = "streaming/"
weight = 8
[[menu.main]]
identifier = "wordpress"
name = "Wordpress"
url = "wordpress/"
weight = 9
[[menu.main]]
identifier = "demo"
name = "Demo"
url = "demo/"
weight = 10
[[menu.main]]
identifier = "changelog"
name = "Changelog"
url = "changelog/"
weight = 11
[[menu.main]]
identifier = "help"
name = "Help"
url = "help/"
weight = 12
[params]
highlightjs = "css/highlight.css"
favicon = "favicon.png"
logo = "logo-color.svg"
version = "2.0.0"
[params.palette]
primary = "light-blue"
accent = "light-blue"