-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
60 lines (50 loc) · 1.07 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
languageCode = "en-us"
title = "Containerum Docs"
# pygmentsStyle = "monokai"
pygmentsUseClassic = true
pygmentsStyle = "monokai"
[params]
github = "https://github.com/containerum/kdc-docs"
issue = "Issue with"
[[menu.docs]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"
[[menu.docs]]
name = "Installation"
weight = 2
identifier = "kube-installation"
url = "/installation/"
[[menu.docs]]
name = "Plugins"
weight = 3
identifier = "plugins"
url = "/plugins/"
[[menu.docs]]
name = "Release Notes"
weight = 4
identifier = "release-notes"
url = "/release-notes/"
[[menu.docs]]
name = "FAQ"
weight = 5
identifier = "faq"
url = "/faq/"
[[menu.docs]]
name = "Contribute"
weight = 6
identifier = "contribute"
url = "/contribute/"
[[menu.docs]]
name = "Install from packages"
weight = 7
identifier = "packages"
parent = "kube-installation"
url = "/installation/packages/"
[[menu.docs]]
name = "Install via Element"
weight = 8
identifier = "element"
parent = "kube-installation"
url = "/installation/element/"