This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
config.toml
128 lines (117 loc) · 3.08 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
116
117
118
119
120
121
122
123
124
125
126
127
128
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
enableRobotsTXT = true
# Theme General Config
[languages]
[languages.en]
title = "Open Service Mesh"
description = "Documentation for Open Service Mesh (OSM)"
languageName ="English"
weight = 10
contentDir = 'content/en'
# [languages.zh]
# title = "开放服务网格"
# contentDir = 'content/zh'
# description = "Documentation for Open Service Mesh (OSM)"
# languageName ="中文"
# weight = 20
[services]
[services.googleAnalytics]
id = "UA-130516746-13"
enableGitInfo = true
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 = "v1.1.1"
envoy_version = "v1.22.2"
min_k8s_version = "v1.22.9"
[[params.versions]]
version = "v1.2 (latest)"
url = "https://release-v1-2.docs.openservicemesh.io/"
[[params.versions]]
version = "v1.1"
url = "https://release-v1-1.docs.openservicemesh.io/"
[[params.versions]]
version = "v1.0"
url = "https://release-v1-0.docs.openservicemesh.io/"
[[params.versions]]
version = "All Releases"
url = "/docs/releases/docs"
[params.versionbanner]
show = false
archive = "v1.0"
latest = "https://docs.openservicemesh.io/docs/releases/docs"
[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>.'
[sitemap]
changefreq = 'monthly'
priority = 0.5