summaryrefslogtreecommitdiffstats
path: root/docs/generator/buildyaml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/generator/buildyaml.sh')
-rwxr-xr-xdocs/generator/buildyaml.sh21
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/generator/buildyaml.sh b/docs/generator/buildyaml.sh
index f887c695d..95e11c5a5 100755
--- a/docs/generator/buildyaml.sh
+++ b/docs/generator/buildyaml.sh
@@ -104,7 +104,8 @@ markdown_extensions:
- pymdownx.details
- pymdownx.highlight:
pygments_style: manni
- noclasses: true
+ css_class: "highlight codehilite"
+ linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
@@ -135,7 +136,6 @@ echo -ne " - 'docs/what-is-netdata.md'
- 'docs/a-github-star-is-important.md'
- REDISTRIBUTED.md
- CHANGELOG.md
- - CONTRIBUTING.md
- SECURITY.md
- Why Netdata:
- 'docs/why-netdata/README.md'
@@ -175,6 +175,13 @@ echo -ne " - 'docs/Performance.md'
- 'docs/high-performance-netdata.md'
"
+navpart 1 . netdata-cloud "Netdata Cloud"
+echo -ne "
+ - 'docs/netdata-cloud/README.md'
+ - 'docs/netdata-cloud/signing-in.md'
+ - 'docs/netdata-cloud/nodes-view.md'
+"
+
navpart 1 collectors "" "Data collection" 1
echo -ne " - 'docs/Add-more-charts-to-netdata.md'
- Internal plugins:
@@ -264,13 +271,19 @@ navpart 2 web/api/badges "" "" 2
navpart 2 web/api/health "" "" 2
navpart 2 web/api/queries "" "Queries" 2
-echo -ne "- Additional Info:
+echo -ne "- Contributing to Netdata:
+ - CONTRIBUTING.md
+ - 'docs/contributing/contributing-documentation.md'
+ - 'docs/contributing/style-guide.md'
- CODE_OF_CONDUCT.md
- CONTRIBUTORS.md
- packaging/maintainers/README.md
"
+
+echo -ne "- Additional information:
+"
navpart 2 packaging/makeself "" "" 4
navpart 2 libnetdata "" "libnetdata" 4
navpart 2 contrib
navpart 2 tests "" "" 2
-navpart 2 diagrams/data_structures
+navpart 2 diagrams/data_structures \ No newline at end of file