-
Notifications
You must be signed in to change notification settings - Fork 295
/
config.yaml
211 lines (176 loc) · 6.21 KB
/
config.yaml
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
---
baseURL: https://etcd.io
enableRobotsTxt: true
module:
replacements: 'github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootstrap -> .'
imports:
- path: docsy
themesDir: "node_modules" # docsy is installed via npm
# Will give values to .Lastmod etc.
enableGitInfo: true
# Language settings
contentDir: content/en
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languageCode: en-us
googleAnalytics: G-VF9H3EHMDK
# Useful when translating.
enableMissingTranslationPlaceholders: true
disableKinds: [taxonomy, term]
# Highlighting config
pygmentsCodeFences: true
pygmentsUseClasses: false
# Use the new Chroma Go highlighter in Hugo.
#pygmentsOptions = "linenos=table"
# See https://help.farbox.com/pygments.html
pygmentsStyle: fruity # "tango"
# Image processing configuration.
imaging:
resampleFilter: CatmullRom
quality: 75
anchor: smart
languages:
en:
title: etcd
languageName: English
contentDir: content/en
weight: 1
params:
description: >-
A distributed, reliable key-value store for the most critical data of a
distributed system
markup:
goldmark:
renderer:
unsafe: true
extensions:
typographer:
enDash: '--'
highlight:
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
style: tango
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax: true
# Everything below this are Site Params
params:
copyright:
from_year: 2013
authors: |
etcd Authors
<div class="row text-center text-white small">
<div class="col-12 text-center py-2 order-sm-2">
<a href="https://www.linuxfoundation.org/terms" target="_blank" rel="noopener">Terms</a> |
<a href="https://www.linuxfoundation.org/privacy" target="_blank" rel="noopener">Privacy</a> |
<a href="https://www.linuxfoundation.org/trademark-usage" target="_blank" rel="noopener">Trademarks</a> |
<a href="https://github.com/etcd-io/website/blob/main/LICENSE" target="_blank" rel="noopener">License</a>
</div>
</div>
description: >-
A distributed, reliable key-value store for the most critical data of a
distributed system
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo: https://github.com/etcd-io/website
github_branch: main
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
github_project_repo: https://github.com/etcd-io/etcd
# Enable Algolia DocSearch
algolia_docsearch: false
# Enable Lunr.js offline search
offlineSearch: true
# Enable syntax highlighting and copy buttons on code blocks with Prism
prism_syntax_highlighting: false
# Versions
# Menu title if your navbar has a versions selector to access old versions of your site.
# This menu appears only if you have at least one [params.versions] set.
version_menu: Versions
latest_stable_version: v3.5
version:
deprecation_warning: >-
This version of etcd is no longer supported. For the latest version, please see the [latest stable version](/docs/latest/).
versions:
- version: v3.6
url: /docs/v3.6/
- version: v3.5
url: /docs/v3.5/
- version: v3.4
url: /docs/v3.4/
- version: v3.3
url: /docs/v3.3/
- version: v3.2
url: /docs/v3.2/
- version: v3.1
url: /docs/v3.1/
- version: v2.3
url: /docs/v2.3/
# User interface configuration
ui:
sidebar_menu_compact: true
sidebar_search_disable: true
navbar_logo: true
footer_about_enable: false
navbar_translucent_over_cover_disable: true
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,
# add "hide_feedback: true" to the page's front matter.
feedback:
enable: true
# The responses that the user sees after clicking "yes" (the page was helpful) or "no" (the page was not helpful).
'yes': >-
Glad to hear it! Please <a
href="https://github.com/etcd-io/website/issues/new">tell us how we
can improve</a>.
'no': >-
Sorry to hear that. Please <a
href="https://github.com/etcd-io/website/issues/new">tell us how we
can improve</a>.
# Adds a reading time to the top of each doc.
# If you want this feature, but occasionally need to remove the Reading time from a single page,
# add "hide_readingtime: true" to the page's front matter
readingtime:
enable: false
# Footer Links
links:
# End user relevant links. These will show up on left side of footer and in the community page if you have one.
user:
- name: Google Group
url: https://groups.google.com/g/etcd-dev
icon: fab fa-google
- name: Twitter
url: https://twitter.com/etcdio
icon: fab fa-twitter
- name: Github Discussions
url: https://github.com/etcd-io/etcd/discussions
icon: fab fa-github
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
developer:
- name: Etcd on GitHub
url: https://github.com/etcd-io/etcd
icon: fab fa-github-square
- name: Etcd.io on GitHub
url: https://github.com/etcd-io/website
icon: fab fa-github
# [params.logos]
hero: >-
https://raw.githubusercontent.com/cncf/artwork/master/projects/etcd/horizontal/white/etcd-horizontal-white.png
mediaTypes:
text/netlify: {}
outputFormats:
REDIRECTS:
mediaType: text/netlify
baseName: _redirects
notAlternative: true
outputs:
home: [HTML, REDIRECTS, RSS]
# Site menu (partial -- also see pages with 'menu' in front matter)
menu:
main:
- name: Docs
url: /docs/latest/
weight: -10
- name: Blog
pageref: /blog/
- name: Install
url: /docs/latest/install/
- name: Play
url: http://play.etcd.io/play