-
Notifications
You must be signed in to change notification settings - Fork 121
/
config.toml
85 lines (70 loc) · 2.28 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
# The baseURL will be replaced by the build script
baseURL = "https://redis.io"
title = "Docs"
refLinksErrorLevel = "WARNING"
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
contentDir = "content/"
# ignoreErrors = ["error-remote-getcsv"]
[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-TKZ6J9R"
gitHubRepo = "https://github.com/redis/docs"
# Display and sort order for client examples
clientsExamples = ["Python", "Node.js", "Java", "Go", "C#", "RedisVL"]
searchService = "/convai/api/search-service"
ratingsService = "/docusight/api/rate"
# RDI params
rdi_rlec_min_version = "6.2.18"
rdi_redis_gears_version = "1.2.6"
rdi_debezium_server_version = "2.3.0.Final"
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
rdi_cli_latest = "latest"
[params.clientsConfig]
"Python"={lang="python", quickstartSlug="python/redis-py"}
"Node.js"={lang="javascript", quickstartSlug="nodejs"}
"Java"={lang="java", quickstartSlug="java/jedis"}
"Go"={lang="go", quickstartSlug="go"}
"C#"={lang="C#", quickstartSlug="dotnet"}
"RedisVL"={lang="python", quickstartSlug="python/redis-vl"}
# Markup
[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