-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
218 lines (176 loc) · 6.31 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
212
213
214
215
216
217
218
---
baseURL: https://emissary-ingress.dev
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:
params:
title: Emissary-ingress
description: >-
An open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
languageName: English
contentDir: content/en
weight: 1
markup:
goldmark:
renderer:
unsafe: true
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: 2017
authors: |
Emissary-ingress 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/emissary-ingress/emissary-ingress.dev/blob/main/LICENSE" target="_blank" rel="noopener">License</a>
</div>
</div>
description: >-
An open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo: https://github.com/emissary-ingress/emissary
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/emissary-ingress/emissary-ingress.dev
# 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: 3.8
versions:
- version: v3.8
url: /docs/3.8/
- version: v3.7
url: /docs/3.7/
- version: v3.6
url: /docs/3.6/
- version: v3.5
url: /docs/3.5/
- version: v3.4
url: /docs/3.4/
- version: v3.3
url: /docs/3.3/
- version: v3.2
url: /docs/3.2/
- version: v3.1
url: /docs/3.1/
- version: v3.0
url: /docs/3.0/
- version: v2.5
url: /docs/2.5/
- version: v2.4
url: /docs/2.4/
- version: v2.3
url: /docs/2.3/
- version: v2.2
url: /docs/2.2/
- version: v2.1
url: /docs/2.1/
- version: v2.0
url: /docs/2.0/
- version: v1.14
url: /docs/1.14/
- version: v1.13
url: /docs/1.13/
# 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/emissary-ingress/emissary-ingress.dev/issues/new">tell us how we
can improve</a>.
'no': >-
Sorry to hear that. Please <a
href="https://github.com/emissary-ingress/emissary-ingress.dev/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: Github Discussions
url: https://github.com/emissary-ingress/emissary/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: Emissary on GitHub
url: https://github.com/emissary-ingress/emissary
icon: fab fa-github-square
- name: emissary-ingress.dev on GitHub
url: https://github.com/emissary-ingress/emissary-ingress.dev
icon: fab fa-github
# [params.logos]
hero: >-
https://raw.githubusercontent.com/cncf/artwork/master/projects/emissary-ingress/horizontal/color/emissary-ingress-horizontal-color.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: Install
url: /docs/latest/tutorials/getting-started/#1-installation