summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-12 16:58:26 +0200
committerGitHub <noreply@github.com>2024-02-12 16:58:26 +0200
commitf04e8c041f7dfec6f226af9dfdeab8857a8548d0 (patch)
treef90159a86e911f07c78ca52b09bcf2f23fc4b12b
parent140d437446d783f14972ccd19f27a99587ad74ad (diff)
Move diagrams/ under docs/ (#16998)
-rw-r--r--.github/labeler.yml2
-rw-r--r--.gitignore8
-rwxr-xr-xdocs/diagrams/build.sh (renamed from diagrams/build.sh)0
-rw-r--r--docs/diagrams/config.puml (renamed from diagrams/config.puml)0
-rw-r--r--docs/diagrams/data_structures/netdata_config.svg (renamed from diagrams/data_structures/netdata_config.svg)0
-rw-r--r--docs/diagrams/data_structures/registry.svg (renamed from diagrams/data_structures/registry.svg)0
-rw-r--r--docs/diagrams/data_structures/rrd.svg (renamed from diagrams/data_structures/rrd.svg)0
-rw-r--r--docs/diagrams/data_structures/src/netdata_config.xml (renamed from diagrams/data_structures/src/netdata_config.xml)0
-rw-r--r--docs/diagrams/data_structures/src/registry.xml (renamed from diagrams/data_structures/src/registry.xml)0
-rw-r--r--docs/diagrams/data_structures/src/rrd.xml (renamed from diagrams/data_structures/src/rrd.xml)0
-rw-r--r--docs/diagrams/data_structures/src/web.xml (renamed from diagrams/data_structures/src/web.xml)0
-rw-r--r--docs/diagrams/data_structures/web.svg (renamed from diagrams/data_structures/web.svg)0
-rw-r--r--docs/diagrams/docs/Makefile (renamed from diagrams/docs/Makefile)0
-rw-r--r--docs/diagrams/docs/deployment-parent.drawio (renamed from diagrams/docs/deployment-parent.drawio)0
-rw-r--r--docs/diagrams/docs/deployment-parents.drawio (renamed from diagrams/docs/deployment-parents.drawio)0
-rw-r--r--docs/diagrams/docs/deployment-standalone.drawio (renamed from diagrams/docs/deployment-standalone.drawio)0
-rw-r--r--docs/diagrams/ephemeral-nodes-two-parents.xml (renamed from diagrams/ephemeral-nodes-two-parents.xml)0
-rw-r--r--docs/diagrams/netdata-for-ephemeral-nodes.xml (renamed from diagrams/netdata-for-ephemeral-nodes.xml)0
-rw-r--r--docs/diagrams/netdata-overview.xml (renamed from diagrams/netdata-overview.xml)0
-rw-r--r--docs/diagrams/netdata-proxies-example.xml (renamed from diagrams/netdata-proxies-example.xml)0
-rw-r--r--docs/diagrams/registry.puml (renamed from diagrams/registry.puml)0
-rw-r--r--docs/diagrams/simple-parent-child-no-cloud.xml (renamed from diagrams/simple-parent-child-no-cloud.xml)0
-rw-r--r--docs/diagrams/simple-parent-child.xml (renamed from diagrams/simple-parent-child.xml)0
-rw-r--r--docs/diagrams/windows.xml (renamed from diagrams/windows.xml)0
-rw-r--r--src/web/gui/v1/infographic.html4
25 files changed, 7 insertions, 7 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 891379443a..14e414d90c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -66,7 +66,7 @@ area/docs:
- "*.md"
- "**/*.md"
- "**/*.mdx"
- - diagrams/**
+ - docs/diagrams/**
# -----------------collectors----------------------
diff --git a/.gitignore b/.gitignore
index c386506945..10f2c5f917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,10 +119,10 @@ compile_commands.json
webcopylocal*
# converted diagrams
-diagrams/*.png
-diagrams/*.svg
-diagrams/*.atxt
-diagrams/plantuml.jar
+docs/diagrams/*.png
+docs/diagrams/*.svg
+docs/diagrams/*.atxt
+docs/diagrams/plantuml.jar
# python virtual environment
venv/
diff --git a/diagrams/build.sh b/docs/diagrams/build.sh
index 9b3963e58c..9b3963e58c 100755
--- a/diagrams/build.sh
+++ b/docs/diagrams/build.sh
diff --git a/diagrams/config.puml b/docs/diagrams/config.puml
index 0ce0932f53..0ce0932f53 100644
--- a/diagrams/config.puml
+++ b/docs/diagrams/config.puml
diff --git a/diagrams/data_structures/netdata_config.svg b/docs/diagrams/data_structures/netdata_config.svg
index 5b2ed8da9b..5b2ed8da9b 100644
--- a/diagrams/data_structures/netdata_config.svg
+++ b/docs/diagrams/data_structures/netdata_config.svg
diff --git a/diagrams/data_structures/registry.svg b/docs/diagrams/data_structures/registry.svg
index 2363e664a9..2363e664a9 100644
--- a/diagrams/data_structures/registry.svg
+++ b/docs/diagrams/data_structures/registry.svg
diff --git a/diagrams/data_structures/rrd.svg b/docs/diagrams/data_structures/rrd.svg
index 8b5014aa85..8b5014aa85 100644
--- a/diagrams/data_structures/rrd.svg
+++ b/docs/diagrams/data_structures/rrd.svg
diff --git a/diagrams/data_structures/src/netdata_config.xml b/docs/diagrams/data_structures/src/netdata_config.xml
index dbc3e48467..dbc3e48467 100644
--- a/diagrams/data_structures/src/netdata_config.xml
+++ b/docs/diagrams/data_structures/src/netdata_config.xml
diff --git a/diagrams/data_structures/src/registry.xml b/docs/diagrams/data_structures/src/registry.xml
index 5274ba83c8..5274ba83c8 100644
--- a/diagrams/data_structures/src/registry.xml
+++ b/docs/diagrams/data_structures/src/registry.xml
diff --git a/diagrams/data_structures/src/rrd.xml b/docs/diagrams/data_structures/src/rrd.xml
index 87abaebc27..87abaebc27 100644
--- a/diagrams/data_structures/src/rrd.xml
+++ b/docs/diagrams/data_structures/src/rrd.xml
diff --git a/diagrams/data_structures/src/web.xml b/docs/diagrams/data_structures/src/web.xml
index dfcaa2f4a9..dfcaa2f4a9 100644
--- a/diagrams/data_structures/src/web.xml
+++ b/docs/diagrams/data_structures/src/web.xml
diff --git a/diagrams/data_structures/web.svg b/docs/diagrams/data_structures/web.svg
index bf05698a2e..bf05698a2e 100644
--- a/diagrams/data_structures/web.svg
+++ b/docs/diagrams/data_structures/web.svg
diff --git a/diagrams/docs/Makefile b/docs/diagrams/docs/Makefile
index 0ec111697a..0ec111697a 100644
--- a/diagrams/docs/Makefile
+++ b/docs/diagrams/docs/Makefile
diff --git a/diagrams/docs/deployment-parent.drawio b/docs/diagrams/docs/deployment-parent.drawio
index 92e72fa953..92e72fa953 100644
--- a/diagrams/docs/deployment-parent.drawio
+++ b/docs/diagrams/docs/deployment-parent.drawio
diff --git a/diagrams/docs/deployment-parents.drawio b/docs/diagrams/docs/deployment-parents.drawio
index a3ee5e95fa..a3ee5e95fa 100644
--- a/diagrams/docs/deployment-parents.drawio
+++ b/docs/diagrams/docs/deployment-parents.drawio
diff --git a/diagrams/docs/deployment-standalone.drawio b/docs/diagrams/docs/deployment-standalone.drawio
index 492b114b57..492b114b57 100644
--- a/diagrams/docs/deployment-standalone.drawio
+++ b/docs/diagrams/docs/deployment-standalone.drawio
diff --git a/diagrams/ephemeral-nodes-two-parents.xml b/docs/diagrams/ephemeral-nodes-two-parents.xml
index 999efb4d57..999efb4d57 100644
--- a/diagrams/ephemeral-nodes-two-parents.xml
+++ b/docs/diagrams/ephemeral-nodes-two-parents.xml
diff --git a/diagrams/netdata-for-ephemeral-nodes.xml b/docs/diagrams/netdata-for-ephemeral-nodes.xml
index 8606170e51..8606170e51 100644
--- a/diagrams/netdata-for-ephemeral-nodes.xml
+++ b/docs/diagrams/netdata-for-ephemeral-nodes.xml
diff --git a/diagrams/netdata-overview.xml b/docs/diagrams/netdata-overview.xml
index 16c967e6ed..16c967e6ed 100644
--- a/diagrams/netdata-overview.xml
+++ b/docs/diagrams/netdata-overview.xml
diff --git a/diagrams/netdata-proxies-example.xml b/docs/diagrams/netdata-proxies-example.xml
index 956bdaf108..956bdaf108 100644
--- a/diagrams/netdata-proxies-example.xml
+++ b/docs/diagrams/netdata-proxies-example.xml
diff --git a/diagrams/registry.puml b/docs/diagrams/registry.puml
index 51a337fab7..51a337fab7 100644
--- a/diagrams/registry.puml
+++ b/docs/diagrams/registry.puml
diff --git a/diagrams/simple-parent-child-no-cloud.xml b/docs/diagrams/simple-parent-child-no-cloud.xml
index 69ad31121e..69ad31121e 100644
--- a/diagrams/simple-parent-child-no-cloud.xml
+++ b/docs/diagrams/simple-parent-child-no-cloud.xml
diff --git a/diagrams/simple-parent-child.xml b/docs/diagrams/simple-parent-child.xml
index b6cc81f693..b6cc81f693 100644
--- a/diagrams/simple-parent-child.xml
+++ b/docs/diagrams/simple-parent-child.xml
diff --git a/diagrams/windows.xml b/docs/diagrams/windows.xml
index 0ba8de09c0..0ba8de09c0 100644
--- a/diagrams/windows.xml
+++ b/docs/diagrams/windows.xml
diff --git a/src/web/gui/v1/infographic.html b/src/web/gui/v1/infographic.html
index 0d3f563754..18d608c6cb 100644
--- a/src/web/gui/v1/infographic.html
+++ b/src/web/gui/v1/infographic.html
@@ -91,8 +91,8 @@
"toolbar":"",
"auto-fit":true,
"check-visible-state":false,
- "edit":"https://raw.githubusercontent.com/netdata/netdata/master/diagrams/netdata-overview.xml",
- "url":"https://raw.githubusercontent.com/netdata/netdata/master/diagrams/netdata-overview.xml"
+ "edit":"https://raw.githubusercontent.com/netdata/netdata/master/docs/diagrams/netdata-overview.xml",
+ "url":"https://raw.githubusercontent.com/netdata/netdata/master/docs/diagrams/netdata-overview.xml"
};
document.getElementById("drawing").dataset.mxgraph = JSON.stringify(opts);
</script>