diff options
author | Eric Eastwood <erice@element.io> | 2021-08-03 05:08:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 10:08:57 +0000 |
commit | 2bae2c632ff595bda770212678521e04288f00a9 (patch) | |
tree | e453a439117a83d120a4635c7b78670a6e22c409 /docs/SUMMARY.md | |
parent | Fix the `tests-done` github actions step, again (#10512) (diff) | |
download | synapse-2bae2c632ff595bda770212678521e04288f00a9.tar.xz |
Add developer documentation to explain room DAG concepts like `outliers` and `state_groups` (#10464)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r-- | docs/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index f1bde91420..10be12d638 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -79,6 +79,7 @@ - [Single Sign-On]() - [SAML](development/saml.md) - [CAS](development/cas.md) + - [Room DAG concepts](development/room-dag-concepts.md) - [State Resolution]() - [The Auth Chain Difference Algorithm](auth_chain_difference_algorithm.md) - [Media Repository](media_repository.md) |