-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
38 lines (33 loc) · 1.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
baseurl = "https://pingcap.com/"
title = "SQL at Scale"
# Do not make the url/path to lowercase
disablePathToLower = true
preserveTaxonomyNames = true
pluralizeListTitles = true
enableEmoji = true
# Set to true to enable syntax highlighting in code fences with a language tag in markdown
pygmentsCodefences = true
# color-codes for highlighting derived from this style
pygmentsStyle = "monokai"
# true: use pygments-css or false: color-codes directly
pygmentsUseClasses = false
# Set to true to try to do syntax highlighting on code fenced blocks in markdown without a language tag
pygmentsCodeFencesGuessSyntax = true
# Set to true to use Pygments instead of the much faster Chroma
# pygmentsUseClassic = false
# RSS, categories and tags disabled for an easy start
# See configuration options for more details:
# https://gohugo.io/getting-started/configuration/#toml-configuration
disableKinds = ["taxonomy", "taxonomyTerm"]
ignoreFiles = ["TODO\\.md$"]
[params.versions.docs]
tidb_total_versions = ['stable', 'dev', 'v3.1', 'v3.0', 'v2.1']
tidb_stable_version = "v4.0"
operator_stable_version = "v1.1"
operator_total_versions = ['stable', 'v1.0', 'dev']
dm_stable_version = "v1.0"
dm_total_versions = ['stable', 'dev']
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true