summaryrefslogtreecommitdiffstats
path: root/docs/generator
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-01-15 12:49:28 +0100
committerGitHub <noreply@github.com>2019-01-15 12:49:28 +0100
commit08649bec373555144878b4314e87c9a8eb38c82e (patch)
tree23c9246e606f948944af8bc33f976085fa455848 /docs/generator
parent67834f184ff3d67f6c8b6005ac68b568d7573118 (diff)
Port ACLs, Management API and Health commands (#4969)
##### Summary fixes #2673 fixes #2149 fixes #5017 fixes #3830 fixes #3187 fixes #5154 Implements a command API for health which will accept commands via a socket to selectively suppress health checks. Allows different ports to accept different request types (streaming, dashboard, api, registry, netdata.conf, badges, management) Removes support for multi-threaded and single-threaded web servers. ##### Component Name health, daemon
Diffstat (limited to 'docs/generator')
-rwxr-xr-xdocs/generator/buildyaml.sh4
-rw-r--r--docs/generator/requirements.txt1
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/generator/buildyaml.sh b/docs/generator/buildyaml.sh
index 10811b17e4..3a96643ac8 100755
--- a/docs/generator/buildyaml.sh
+++ b/docs/generator/buildyaml.sh
@@ -94,8 +94,6 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- - pymdownx.emoji:
- emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
@@ -234,5 +232,5 @@ echo -ne "- Hacking netdata:
navpart 2 makeself "" "" 4
navpart 2 libnetdata "" "libnetdata" 4
navpart 2 contrib
-navpart 2 tests
+navpart 2 tests "" "" 2
navpart 2 diagrams/data_structures
diff --git a/docs/generator/requirements.txt b/docs/generator/requirements.txt
index 5021831087..ac01be7aef 100644
--- a/docs/generator/requirements.txt
+++ b/docs/generator/requirements.txt
@@ -1,3 +1,2 @@
mkdocs>=1.0.1
mkdocs-material
-