diff --git a/docs/config.toml b/docs/config.toml index cd34b44d3..55be69a1c 100755 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,14 +15,10 @@ metadataformat = "toml" canonifyurls = false [markup] - defaultMarkdownHandler = "blackfriday" + defaultMarkdownHandler = "blackfriday" - [markup.blackFriday] - smartypants = true - fractions = true - smartDashes = true - plainIDAnchors = true - skipHTML = false +[markup.highlight] + codeFences = false [params] # General information @@ -53,13 +49,11 @@ canonifyurls = false text = "Ubuntu" code = "Ubuntu Mono" - [social] github = "eclipse/hawkbit" gitter = "eclipse/hawkbit" docker = "hawkbit" - [[menu.main]] name = "What is hawkBit" url = "/whatishawkbit/" @@ -109,3 +103,9 @@ canonifyurls = false name = "Release notes" url = "/release-notes/" weight = 100 + +[blackfriday] + smartypants = true + fractions = false + smartDashes = true + plainIDAnchors = true