forked from influxdata/docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (35 loc) · 971 Bytes
/
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
baseURL = "https://docs.influxdata.com/"
languageCode = "en-us"
title = "InfluxDB Documentation"
# Git history information for lastMod-type functionality
enableGitInfo = true
# Syntax Highlighting
pygmentsCodefences = true
pygmentsUseClasses = true
# Preserve case in article tags
preserveTaxonomyNames = true
# Generate a robots.txt
enableRobotsTXT = true
# Markdown rendering options
[blackfriday]
hrefTargetBlank = true
smartDashes = false
[taxonomies]
"influxdb/v2.2/tag" = "influxdb/v2.1/tags"
"influxdb/v2.1/tag" = "influxdb/v2.1/tags"
"influxdb/v2.0/tag" = "influxdb/v2.0/tags"
"influxdb/cloud/tag" = "influxdb/cloud/tags"
"flux/v0.x/tag" = "flux/v0.x/tags"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[privacy]
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.youtube]
disable = false
privacyEnhanced = true