-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (34 loc) · 782 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
baseURL = "http://open-cluster-management.io"
title = "Open Cluster Management"
theme = "ocmTheme"
disableKinds = ["taxonomy", "taxonomyTerm"]
defaultContentLanguage = "en"
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[languages]
[languages.zh]
contentDir = "content/zh"
[languages.en]
contentDir = "content/en"
[menu]
[[menu.main]]
name = "Docs"
url = "/concepts/addon"
weight = 1
[[menu.main]]
name = "Blog"
url = "/blog/blog"
weight = 2
[[menu.main]]
name = "Contribute"
url = "/contribute/contribute"
weight = 3
[[menu.main]]
name = "Getting started"
url = "/getting-started/quick-start"
weight = 4