Fix displayed code style
Signed-off-by: Dominic Schabel <dominic.schabel@bosch.io>
This commit is contained in:
@@ -15,14 +15,10 @@ metadataformat = "toml"
|
|||||||
canonifyurls = false
|
canonifyurls = false
|
||||||
|
|
||||||
[markup]
|
[markup]
|
||||||
defaultMarkdownHandler = "blackfriday"
|
defaultMarkdownHandler = "blackfriday"
|
||||||
|
|
||||||
[markup.blackFriday]
|
[markup.highlight]
|
||||||
smartypants = true
|
codeFences = false
|
||||||
fractions = true
|
|
||||||
smartDashes = true
|
|
||||||
plainIDAnchors = true
|
|
||||||
skipHTML = false
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# General information
|
# General information
|
||||||
@@ -53,13 +49,11 @@ canonifyurls = false
|
|||||||
text = "Ubuntu"
|
text = "Ubuntu"
|
||||||
code = "Ubuntu Mono"
|
code = "Ubuntu Mono"
|
||||||
|
|
||||||
|
|
||||||
[social]
|
[social]
|
||||||
github = "eclipse/hawkbit"
|
github = "eclipse/hawkbit"
|
||||||
gitter = "eclipse/hawkbit"
|
gitter = "eclipse/hawkbit"
|
||||||
docker = "hawkbit"
|
docker = "hawkbit"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "What is hawkBit"
|
name = "What is hawkBit"
|
||||||
url = "/whatishawkbit/"
|
url = "/whatishawkbit/"
|
||||||
@@ -109,3 +103,9 @@ canonifyurls = false
|
|||||||
name = "Release notes"
|
name = "Release notes"
|
||||||
url = "/release-notes/"
|
url = "/release-notes/"
|
||||||
weight = 100
|
weight = 100
|
||||||
|
|
||||||
|
[blackfriday]
|
||||||
|
smartypants = true
|
||||||
|
fractions = false
|
||||||
|
smartDashes = true
|
||||||
|
plainIDAnchors = true
|
||||||
|
|||||||
Reference in New Issue
Block a user