blob: 1b726b3752012f5bec09d88ad92ccdd5eee79964 [file] [log] [blame]
baseURL = "https://nifi.apache.org"
title = "Apache NiFi"
languageCode = "en"
contentDir = "source"
disablePathToLower = true
uglyURLs = true
enableRobotsTXT = true
disableBrowserError = true
timeout = 3000
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
# Highlighting config. See https://help.farbox.com/pygments.html
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsStyle = "emacs"
# Enable Git variables like commit, lastmod
enableGitInfo = true
[markup.goldmark.renderer]
unsafe = true
[blackfriday]
# hrefTargetBlank = true # We don't want everything opened in a new window
fractions = false
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]
[params]
repositoryUrl = "https://github.com/apache/nifi"
repositorySourceBranch = "main"
siteRepositoryUrl = "https://github.com/apache/nifi-site"
siteRepositorySourceBranch = "main"
assets = "assets"