Code format hawkbit (#1948)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
116
site/config.toml
116
site/config.toml
@@ -16,95 +16,95 @@ metadataformat = "toml"
|
||||
canonifyurls = false
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
typographer = true
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
typographer = true
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[markup.highlight]
|
||||
codeFences = false
|
||||
codeFences = false
|
||||
|
||||
[params]
|
||||
# General information
|
||||
author = "The Eclipse hawkBit Project"
|
||||
description = "IoT. Update. Device."
|
||||
copyright = "The Eclipse hawkBit Project"
|
||||
logo = "images/hawkbit_icon.png"
|
||||
favicon = "images/favicon.ico"
|
||||
# General information
|
||||
author = "The Eclipse hawkBit Project"
|
||||
description = "IoT. Update. Device."
|
||||
copyright = "The Eclipse hawkBit Project"
|
||||
logo = "images/hawkbit_icon.png"
|
||||
favicon = "images/favicon.ico"
|
||||
|
||||
# Repository
|
||||
provider = "GitHub"
|
||||
repo_url = "https://github.com/eclipse-hawkbit/hawkbit"
|
||||
# Repository
|
||||
provider = "GitHub"
|
||||
repo_url = "https://github.com/eclipse-hawkbit/hawkbit"
|
||||
|
||||
permalink = "#"
|
||||
permalink = "#"
|
||||
|
||||
# Custom assets
|
||||
custom_css = ["css/hawkbit.css","//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css"]
|
||||
custom_js = []
|
||||
# Custom assets
|
||||
custom_css = ["css/hawkbit.css", "//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css"]
|
||||
custom_js = []
|
||||
|
||||
# Syntax highlighting theme
|
||||
highlight_css = ""
|
||||
# Syntax highlighting theme
|
||||
highlight_css = ""
|
||||
|
||||
[params.palette]
|
||||
primary = "deep-purple"
|
||||
accent = "light-green"
|
||||
primary = "deep-purple"
|
||||
accent = "light-green"
|
||||
|
||||
[params.font]
|
||||
text = "Ubuntu"
|
||||
code = "Ubuntu Mono"
|
||||
text = "Ubuntu"
|
||||
code = "Ubuntu Mono"
|
||||
|
||||
[social]
|
||||
github = "eclipse/hawkbit"
|
||||
gitter = "eclipse/hawkbit"
|
||||
docker = "hawkbit"
|
||||
github = "eclipse/hawkbit"
|
||||
gitter = "eclipse/hawkbit"
|
||||
docker = "hawkbit"
|
||||
|
||||
[[menu.main]]
|
||||
name = "What is hawkBit"
|
||||
url = "/whatishawkbit/"
|
||||
weight = 10
|
||||
name = "What is hawkBit"
|
||||
url = "/whatishawkbit/"
|
||||
weight = 10
|
||||
|
||||
[[menu.main]]
|
||||
name = "Getting started"
|
||||
url = "/gettingstarted/"
|
||||
weight = 20
|
||||
name = "Getting started"
|
||||
url = "/gettingstarted/"
|
||||
weight = 20
|
||||
|
||||
[[menu.main]]
|
||||
name = "Guides"
|
||||
url = "/guides/"
|
||||
weight = 30
|
||||
name = "Guides"
|
||||
url = "/guides/"
|
||||
weight = 30
|
||||
|
||||
[[menu.main]]
|
||||
name = "Features"
|
||||
url = "/features/"
|
||||
weight = 40
|
||||
name = "Features"
|
||||
url = "/features/"
|
||||
weight = 40
|
||||
|
||||
[[menu.main]]
|
||||
name = "Concepts"
|
||||
url = "/concepts/"
|
||||
weight = 50
|
||||
name = "Concepts"
|
||||
url = "/concepts/"
|
||||
weight = 50
|
||||
|
||||
[[menu.main]]
|
||||
name = "Architecture"
|
||||
url = "/architecture/"
|
||||
weight = 60
|
||||
name = "Architecture"
|
||||
url = "/architecture/"
|
||||
weight = 60
|
||||
|
||||
[[menu.main]]
|
||||
name = "APIs"
|
||||
url = "/apis/"
|
||||
weight = 80
|
||||
name = "APIs"
|
||||
url = "/apis/"
|
||||
weight = 80
|
||||
|
||||
[[menu.main]]
|
||||
name = "Release notes"
|
||||
url = "/release-notes/"
|
||||
weight = 90
|
||||
name = "Release notes"
|
||||
url = "/release-notes/"
|
||||
weight = 90
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 100
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 100
|
||||
|
||||
[[menu.main]]
|
||||
name = "Community"
|
||||
url = "/community/"
|
||||
weight = 110
|
||||
name = "Community"
|
||||
url = "/community/"
|
||||
weight = 110
|
||||
|
||||
Reference in New Issue
Block a user