From 7efd87be7912ed4cfc5bb91cdf8fb8e598c10ee5 Mon Sep 17 00:00:00 2001
From: Ruben Fiszel
Date: Thu, 5 May 2022 13:20:35 +0200
Subject: [PATCH] docs: architecture diagram
---
README.md | 10 +++++-----
architecture.svg | 4 ++++
2 files changed, 9 insertions(+), 5 deletions(-)
create mode 100644 architecture.svg
diff --git a/README.md b/README.md
index a6666ece2c..5a34645265 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ You can show your support for the project by starring this repo.
especially concerning flows.
-
+
Windmill is fully open-sourced:
@@ -69,15 +69,15 @@ Windmill is fully open-sourced:
- typescript runtime is deno
- python runtime is python3
-## Architecture
-
-A detailed section about Windmill architecture is coming soon
-
### Development stack
- caddy is the reverse proxy used for local development, see frontend's
Caddyfile and CaddyfileRemote
+## Architecture
+
+
+
## How to self-host
Complete instructions coming soon
diff --git a/architecture.svg b/architecture.svg
new file mode 100644
index 0000000000..885eec543a
--- /dev/null
+++ b/architecture.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file