Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 41abaf6

Browse files
committed
Cross-link to the demo docs.
1 parent a374b01 commit 41abaf6

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ We recommend using the demo which starts 3 federated instances running on ports
312312

313313
(to stop, you can use `./demo/stop.sh`)
314314

315+
See the [demo documentation](https://matrix-org.github.io/synapse/develop/development/demo.html)
316+
for more information.
317+
315318
If you just want to start a single instance of the app and run it directly::
316319

317320
# Create the homeserver.yaml config once

docs/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
- [Release Cycle](development/releases.md)
8383
- [Git Usage](development/git.md)
8484
- [Testing]()
85+
- [Demo scripts](development/demo.md)
8586
- [OpenTracing](opentracing.md)
8687
- [Database Schemas](development/database_schema.md)
8788
- [Experimental features](development/experimental_features.md)
File renamed without changes.

docs/federate.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ release of Synapse.
6363

6464
If you want to get up and running quickly with a trio of homeservers in a
6565
private federation, there is a script in the `demo` directory. This is mainly
66-
useful just for development purposes. See [demo/README](https://github.com/matrix-org/synapse/tree/develop/demo/).
66+
useful just for development purposes. See
67+
[demo scripts](https://matrix-org.github.io/synapse/develop/development/demo.html).

0 commit comments

Comments
 (0)