summaryrefslogtreecommitdiffstats
path: root/htmldoc/buildyaml.sh
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-11-25 16:23:28 +0200
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-25 15:23:28 +0100
commit147b51a591a572c6032c3cb8f7a2c020674203c7 (patch)
tree06e568e0990ab911a08c860ff42cb53605ffb42d /htmldoc/buildyaml.sh
parentf995b859c2d4fbe57305c2f04003eb3c488cfd9a (diff)
updated installation page, added getting-started (#4734)
##### Summary Improvements on installation page and addition of a Getting Started page. I will add the Getting Started page to the html docs in another PR
Diffstat (limited to 'htmldoc/buildyaml.sh')
-rwxr-xr-xhtmldoc/buildyaml.sh29
1 files changed, 29 insertions, 0 deletions
diff --git a/htmldoc/buildyaml.sh b/htmldoc/buildyaml.sh
index 9752b80f91..46eb519f0f 100755
--- a/htmldoc/buildyaml.sh
+++ b/htmldoc/buildyaml.sh
@@ -72,6 +72,30 @@ markdown_extensions:
permalink: True
separator: "-"
- wikilinks
+ - pymdownx.arithmatex
+ - pymdownx.betterem:
+ smart_enable: all
+ - pymdownx.caret
+ - pymdownx.critic
+ - pymdownx.details
+ - pymdownx.emoji:
+ emoji_generator: !!python/name:pymdownx.emoji.to_svg
+ - pymdownx.inlinehilite
+ - pymdownx.magiclink
+ - pymdownx.mark
+ - pymdownx.smartsymbols
+ - pymdownx.superfences
+ - pymdownx.tasklist:
+ custom_checkbox: true
+ - pymdownx.tilde
+ - pymdownx.betterem
+ - pymdownx.superfences
+ - markdown.extensions.footnotes
+ - markdown.extensions.attr_list
+ - markdown.extensions.def_list
+ - markdown.extensions.tables
+ - markdown.extensions.abbr
+ - pymdownx.extrarawhtml
nav:'
navpart 1 . README "About"
@@ -91,6 +115,11 @@ echo -ne "- Installation:
- 'installer/UPDATE.md'
- 'installer/UNINSTALL.md'
"
+
+echo -ne "- Getting Started:
+ - 'doc/GettingStarted.md'
+"
+
echo -ne "- Running netdata:
"
navpart 2 daemon