27 lines
525 B
TOML
27 lines
525 B
TOML
baseURL = "https://v2.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
|
|
|
|
# Markdown rendering options
|
|
[blackfriday]
|
|
hrefTargetBlank = true
|
|
smartDashes = false
|
|
|
|
[taxonomies]
|
|
"v2.0/tag" = "v2.0/tags"
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|