forked from openservicemesh/osm-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
115 lines (106 loc) · 2.81 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
title = "Open Service Mesh"
baseURL = "https://docs.openservicemesh.io/"
languageCode = "en-us"
description = "Documentation for Open Service Mesh (OSM)"
theme = "dosmy"
RelativeURLs=true
CanonifyURLs=true
# Theme General Config
[languages]
[languages.en]
title = "Open Service Mesh"
description = "Documentation for Open Service Mesh (OSM)"
languageName ="English"
weight = 1
[services]
[services.googleAnalytics]
id = "UA-130516746-13"
enableRobotsTXT = true
enableGitInfo = true
contentDir = "content"
version_menu = "Releases"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
disableKinds = ["taxonomy", "taxonomyTerm"]
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
# OSM top menu (should match main site)
[[menu.main]]
name = "Home"
weight = 10
url = "https://openservicemesh.io"
[[menu.main]]
name = "Docs"
weight = 20
url = "https://docs.openservicemesh.io"
[[menu.main]]
name = "Github"
weight = 30
url = "https://github.com/openservicemesh/osm"
[[menu.main]]
name = "Blog"
weight = 40
url = "https://openservicemesh.io/blog"
[[menu.main]]
name = "Slack"
weight = 50
url = "https://cloud-native.slack.com/archives/C018794NV1C"
[[menu.main]]
name = "Twitter"
weight = 60
url = "https://twitter.com/openservicemesh"
# Theme Additional params
[params]
copyright = "The Docsy Authors"
offlineSearch = true
offlineSearchSummaryLength = 200
algolia_docsearch = false
prism_syntax_highlighting = true
project_home = "https://openservicemesh.io/"
# Version params
osm_branch = "main"
osm_version = "v0.11.0"
envoy_version = "v1.19.3"
[[params.versions]]
version = "v1.0 (latest)"
url = "https://release-v1-0.docs.openservicemesh.io/"
[[params.versions]]
version = "v0.11"
url = "https://release-v0-11.docs.openservicemesh.io/"
[[params.versions]]
version = "v0.10"
url = "https://release-v0-10.docs.openservicemesh.io/"
[[params.versions]]
version = "v0.9"
url = "https://release-v0-9.docs.openservicemesh.io/"
[[params.versions]]
version = "v0.8"
url = "https://release-v0-8.docs.openservicemesh.io/"
[params.ui]
navbar_logo = true
sidebar_menu_compact = true
breadcrumb_disable = false
sidebar_search_disable = false
ul_show = 1
[params.ui.feedback]
enable = true
yes = 'Glad to hear it! Please <a href="https://github.com/openservicemesh/osm/issues/new">tell us how we can improve</a>.'
no = 'Sorry to hear that. Please <a href="https://github.com/openservicemesh/osm/issues/new">tell us how we can improve</a>.'