From 3ee997daa8ee834500ef89a12fbe2b8b0869edc0 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 14 May 2020 16:29:33 +0100 Subject: [PATCH] Move some more things --- docs/INSTALL.md | 2 +- WIRING.md => docs/WIRING.md | 0 p2p.md => docs/p2p.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename WIRING.md => docs/WIRING.md (100%) rename p2p.md => docs/p2p.md (100%) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e398be38f..58f6f9885 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -3,7 +3,7 @@ Dendrite can be run in one of two configurations: * **Polylith mode**: A cluster of individual components, dealing with different - aspects of the Matrix protocol (see [WIRING.md](./WIRING.md)). Components communicate with each other using internal HTTP APIs and [Apache Kafka](https://kafka.apache.org). This will almost certainly be the preferred model + aspects of the Matrix protocol (see [WIRING.md](WIRING.md)). Components communicate with each other using internal HTTP APIs and [Apache Kafka](https://kafka.apache.org). This will almost certainly be the preferred model for large-scale deployments. * **Monolith mode**: All components run in the same process. In this mode, diff --git a/WIRING.md b/docs/WIRING.md similarity index 100% rename from WIRING.md rename to docs/WIRING.md diff --git a/p2p.md b/docs/p2p.md similarity index 100% rename from p2p.md rename to docs/p2p.md