From dd814a7c1a8de056a79f7238578b09236edd5506 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 10 Aug 2023 11:18:49 +0200 Subject: Adding upstream version 1.42.0. 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') diff --git a/diagrams/docs/Makefile b/diagrams/docs/Makefile new file mode 100644 index 000000000..0ec111697 --- /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 000000000..92e72fa95 --- /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 000000000..a3ee5e95f --- /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 000000000..492b114b5 --- /dev/null +++ b/diagrams/docs/deployment-standalone.drawio @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3