Move diagrams/ under docs/ (#16998)

This commit is contained in:
vkalintiris 2024-02-12 16:58:26 +02:00 committed by GitHub
parent 140d437446
commit f04e8c041f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
25 changed files with 7 additions and 7 deletions

2
.github/labeler.yml vendored
View File

@ -66,7 +66,7 @@ area/docs:
- "*.md"
- "**/*.md"
- "**/*.mdx"
- diagrams/**
- docs/diagrams/**
# -----------------collectors----------------------

8
.gitignore vendored
View File

@ -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/

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -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>