From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- diagrams/docs/Makefile | 18 +++ diagrams/docs/deployment-parent.drawio | 94 ++++++++++++++++ diagrams/docs/deployment-parents.drawio | 175 +++++++++++++++++++++++++++++ diagrams/docs/deployment-standalone.drawio | 78 +++++++++++++ 4 files changed, 365 insertions(+) create mode 100644 diagrams/docs/Makefile create mode 100644 diagrams/docs/deployment-parent.drawio create mode 100644 diagrams/docs/deployment-parents.drawio create mode 100644 diagrams/docs/deployment-standalone.drawio (limited to 'diagrams/docs') diff --git a/diagrams/docs/Makefile b/diagrams/docs/Makefile new file mode 100644 index 00000000..0ec11169 --- /dev/null +++ b/diagrams/docs/Makefile @@ -0,0 +1,18 @@ +DRAWIO ?= /opt/drawio/drawio +DRAWIO_FLAGS = --export --format svg --transparent --embed-svg-images + +SOURCES := $(wildcard *.drawio) +TARGETS := $(patsubst %.drawio,%.svg,$(SOURCES)) + +.PHONY: +all: svg + +.PHONY: +svg: $(TARGETS) + +.PHONY: +clean: + rm $(TARGETS) + +$(TARGETS): %.svg: %.drawio + $(DRAWIO) $(DRAWIO_FLAGS) --output $@ $< diff --git a/diagrams/docs/deployment-parent.drawio b/diagrams/docs/deployment-parent.drawio new file mode 100644 index 00000000..92e72fa9 --- /dev/null +++ b/diagrams/docs/deployment-parent.drawio @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/diagrams/docs/deployment-parents.drawio b/diagrams/docs/deployment-parents.drawio new file mode 100644 index 00000000..a3ee5e95 --- /dev/null +++ b/diagrams/docs/deployment-parents.drawio @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/diagrams/docs/deployment-standalone.drawio b/diagrams/docs/deployment-standalone.drawio new file mode 100644 index 00000000..492b114b --- /dev/null +++ b/diagrams/docs/deployment-standalone.drawio @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3