-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
83 lines (69 loc) · 1.38 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
languageCode = "en-us"
title = "Containerum Docs"
# pygmentsStyle = "monokai"
pygmentsUseClassic = true
pygmentsStyle = "monokai"
[params]
github = "https://github.com/containerum/containerum-docs"
issue = "Issue with"
[[menu.docs]]
name = "About"
weight = 1
identifier = "about"
url = "/about/"
[[menu.docs]]
name = "Installation"
weight = 2
identifier = "installation"
url = "/installation/"
[[menu.docs]]
name = "Configuration"
weight = 3
identifier = "configuration"
url = "/configuration/"
[[menu.docs]]
name = "Objects"
weight = 4
identifier = "objects"
url = "/objects/"
[[menu.docs]]
name = "Manuals"
weight = 5
identifier = "manuals"
url = "/manuals/"
[[menu.docs]]
name = "CLI"
weight = 6
identifier = "cli"
url = "/cli/"
[[menu.docs]]
name = "CI/CD"
weight = 7
identifier = "ci-cd"
url = "/ci-cd/"
[[menu.docs]]
name = "FAQ"
weight = 8
identifier = "faq"
url = "/faq/"
#[[menu.docs]]
# name = "Developer Guide - API"
# weight = 8
# identifier = "developer-guide"
# url = "/developer-guide/"
[[menu.docs]]
name = "Release Notes"
weight = 9
identifier = "release-notes"
url = "/release-notes/"
[[menu.docs]]
name = "Contribute"
weight = 10
identifier = "contribute"
url = "/contribute/"
[[menu.docs]]
name = "Commands"
weight = 11
identifier = "commands"
parent = "cli"
url = "/cli/commands"