-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
237 lines (222 loc) · 5.76 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
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
baseURL = "https://redis.io/"
title = "Redis"
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
enableMissingTranslationPlaceholders = true
[related]
[[related.indices]]
name = 'group'
weight = 1
includeNewer = true
# Highlighting config
pygmentsCodeFences = false
pygmentsUseClasses = false
# Use the new Chroma Go highlighter in Hugo.
pygmentsUseClassic = false
# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
# Image processing configuration.
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[params]
tagManagerId = "GTM-T4MTBKP"
# Display and sort order for client examples
clientsExamples = ["C#", "Go", "Java", "Node.js", "Python"]
# Banner parameters
bannerContent = "Announcing Redis 7.2 and Enhanced Vector DB"
bannerLink = "https://redis.com/blog/introducing-redis-7-2/"
bannerFromDate = 2023-08-15
bannerUntilDate = 2023-08-30
# Language configuration
[languages]
[languages.en]
title = "Redis"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
typographer = false
[markup.highlight]
# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
# style = "github-dark"
noClasses = "false"
# Uncomment if you want your chosen highlight style used for code blocks without a specified language
# guessSyntax = "true"
# Everything below this are Site Params
# Comment out if you don't want the "print entire section" link enabled.
[outputs]
section = ["HTML", "RSS"] # print
[menu]
[[menu.main]]
identifier = "get-started"
name = "Get started"
url = "/docs/get-started/"
weight = 1
[[menu.main]]
identifier = "docs"
name = "Docs"
url = "/docs/"
weight = 2
columns = 2
[[menu.main]]
identifier = "redis"
name = "Redis"
url = "/docs/about/"
pre = "icons/redis-cube.svg"
parent = "docs"
weight = 1
[[menu.main]]
identifier = "redis-get-started"
name = "Get started"
url = "/docs/get-started/data-store/"
parent = "redis"
weight = 1
[[menu.main]]
identifier = "data-types"
name = "Data types"
url = "/docs/data-types/"
parent = "redis"
weight = 2
[[menu.main]]
identifier = "redis-cli"
name = "Redis CLI"
url = "/docs/connect/cli/"
parent = "redis"
weight = 3
[[menu.main]]
identifier = "redis-clients"
name = "Redis clients"
url = "/docs/connect/clients/"
parent = "redis"
weight = 4
[[menu.main]]
identifier = "persistence"
name = "Persistence"
url = "/docs/management/persistence/"
parent = "redis"
weight = 5
[[menu.main]]
identifier = "scaling"
name = "Scaling"
url = "/docs/management/scaling/"
parent = "redis"
weight = 6
[[menu.main]]
identifier = "redis-stack"
name = "Redis Stack"
url = "/docs/about/about-stack/"
pre = "icons/stack-icon.svg"
parent = "docs"
weight = 2
[[menu.main]]
identifier = "stack-get-started"
name = "Get started"
url = "/docs/get-started/document-database/"
parent = "redis-stack"
weight = 1
[[menu.main]]
identifier = "insight"
name = "RedisInsight"
url = "/docs/connect/insight/"
parent = "redis-stack"
weight = 3
[[menu.main]]
identifier = "json"
name = "JSON"
url = "/docs/data-types/json/"
parent = "redis-stack"
weight = 4
[[menu.main]]
identifier = "search-stack"
name = "Search"
url = "/docs/interact/search-and-query/"
parent = "redis-stack"
weight = 5
[[menu.main]]
identifier = "probabilistic"
name = "Probabilistic"
url = "/docs/data-types/probabilistic/"
parent = "redis-stack"
weight = 6
[[menu.main]]
identifier = "triggersandfunctions"
name = "Programmability"
url = "/docs/interact/programmability/triggers-and-functions/"
parent = "redis-stack"
weight = 7
[[menu.main]]
identifier = "commands"
name = "Commands"
url = "/commands/"
weight = 3
[[menu.main]]
identifier = "resources"
name = "Resources"
weight = 4
[[menu.main]]
identifier = "clients"
name = "Clients"
url = "/resources/clients/"
parent = "resources"
weight = 1
[[menu.main]]
identifier = "Libraries"
name = "Libraries"
url = "/resources/libraries/"
parent = "resources"
weight = 2
[[menu.main]]
identifier = "Tools"
name = "Tools"
url = "/resources/tools/"
parent = "resources"
weight = 3
[[menu.main]]
identifier = "Modules"
name = "Modules"
url = "/resources/modules/"
parent = "resources"
weight = 4
[[menu.main]]
identifier = "community"
name = "Community"
url = "/community/"
weight = 5
[[menu.main]]
identifier = "support"
name = "Support"
url = "/support/"
weight = 6
[[menu.buttons]]
identifier = "download"
name = "Download"
url = "/download/"
weight = 2
[menu.buttons.params]
style = "solid"
[[menu.buttons]]
identifier = "try-free"
name = "Try Redis Cloud"
url = "https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users"
weight = 1
[menu.buttons.params]
style = "solid"