-
Notifications
You must be signed in to change notification settings - Fork 471
/
config.toml
92 lines (75 loc) · 2.72 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
baseURL = "/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Redis Documentation Center"
theme = "docdock"
assetDir = "static"
# themesdir = "../.."
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = false
canonifyURLs = true
relativeURLs = true
enableGitInfo = true
# [Languages]
# [Languages.en]
# title = "Documentation for Hugo docDock"
# weight = 1
# languageName = "English"
#
# [Languages.fr]
# title = "Documentation du thème docDock"
# weight = 2
# languageName = "Français"
[params]
editURL = "https://github.com/RedisLabs/redislabs-docs/edit/branch/content/"
showVisitedLinks = true # default is false
themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = true # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
googleAnalytics = "UA-92003007-1"
googleTagManager = "GTM-KNWQXKB"
bannerText = "This site is archived and no longer updated. For the latest Redis documentation, see [https://redis.io/docs/]"
bannerLink = "https://redis.io/docs/"
mac_dl_link = "https://downloads.redisinsight.redislabs.com/latest/redisinsight-mac.dmg"
linux_dl_link = "https://downloads.redisinsight.redislabs.com/latest/redisinsight-linux64"
windows_dl_link = "https://downloads.redisinsight.redislabs.com/latest/redisinsight-win.msi"
docker_command = "docker run -v redisinsight:/db -p 8001:8001 redislabs/redisinsight:latest"
docker_db_volume_permission = "chown -R 1001 redisinsight"
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"
siteURL = "http://127.0.0.1:8001"
[blackfriday]
hrefTargetBlank = false
smartypants = false
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
name = "<label>Docs</label>"
url = "https://redislabs.com/resources/documentation/"
weight = 20
[[menu.shortcuts]]
name = "<label>Redis</label>"
url = "https://redislabs.com/why-redis/"
weight = 10
[[menu.shortcuts]]
name = "<label>University</label>"
url = "https://university.redislabs.com"
weight = 40
[[menu.shortcuts]]
name = "<label>Blog</label>"
url = "https://redislabs.com/blog/"
weight = 50
[taxonomies]
[markup.goldmark.renderer]
unsafe = true