summary refs log tree commit diff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2021-08-03 05:08:57 -0500
committerGitHub <noreply@github.com>2021-08-03 10:08:57 +0000
commit2bae2c632ff595bda770212678521e04288f00a9 (patch)
treee453a439117a83d120a4635c7b78670a6e22c409 /docs/SUMMARY.md
parentFix the `tests-done` github actions step, again (#10512) (diff)
downloadsynapse-2bae2c632ff595bda770212678521e04288f00a9.tar.xz
Add developer documentation to explain room DAG concepts like `outliers` and `state_groups` (#10464)
Diffstat (limited to '')
-rw-r--r--docs/SUMMARY.md1
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)