summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2023-07-05 07:18:34 +0000
commitf794c183967893a6585323b299e875fab604e39e (patch)
treef04b3caae958ffb42625c5a97465673c5dfff06c /docs
parente79034a44d6a747cac94e1d425bc200341e40f98 (diff)
bump all dependenciesHEADupdate/2025main
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.md42
-rw-r--r--docs/build.md10
-rw-r--r--docs/quickstart.md2
3 files changed, 0 insertions, 54 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
deleted file mode 100644
index b30f98f..0000000
--- a/docs/architecture.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# Nova architecture
-
-The nova architecture is composed of multiple components. Each of them is horizontally scale-able.
-
-```
- ┌──────────────────┐
- │ │
- ┌─────────────┤ Discord API ├──────────────┐
- │ │ │ │
- │ └────────┬─────────┘ │
- │ │ │
- │ │ │
- │ │ │
- ┌─────────┴────────┐ ┌────────┴─────────┐ ┌─────────┴────────┐
- │ │ │ │ │ │
- │ Rest Proxy │ │ Gateway client │ │ Webhook Server │
- │ │ │ │ │ │
- └─────────┬──┬─────┘ └────────┬─────────┘ └─────────┬────────┘
- │ │ │ │
- │ │ │ │
- │ │ │ │
- │ │ │ │
- │ │ │ │
- │ │ │ │
- │ └───────┐ │ │
-┌────────────────┐ ┌────────┴───────┐ │ ┌───────┴────────┐ │
-│ │ │ │ │ │ ├───────────────┘
-│ Redis ├───┤ Ratelimit │ │ │ Nats broker │
-│ │ │ │ │ │ ├──────────────────┐
-└────────────────┘ └────────────────┘ │ └───────┬────────┘ │
- │ │ │
- │ │ │
- │ ┌───────┴────────┐ ┌──────┴─────┐
- │ │ │ │ │
- │ │ Cache manager ├───────────┤ User │
- │ │ │ │ │
- │ └────────────────┘ └──────┬─────┘
- └───────────────────────────────────────┘
-```
-
-## Rest Proxy
-
diff --git a/docs/build.md b/docs/build.md
deleted file mode 100644
index 1c413fc..0000000
--- a/docs/build.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Building nova
-
-## Linux
-
-In order to build nova you need a few tools
-
-* Rust & Cargo
-* Go
-* Protoc
-* \ No newline at end of file
diff --git a/docs/quickstart.md b/docs/quickstart.md
deleted file mode 100644
index d4ca78b..0000000
--- a/docs/quickstart.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# 5 Minutes quickstart
-