diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-22 09:41:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 13:41:42 +0000 |
commit | 52913d56a5a2b07106774d97f4e188148d85a900 (patch) | |
tree | 3c931895417a21c7649fe4ad54fb4431d788ab14 /docs/SUMMARY.md | |
parent | Opt out of cache expiry for `get_users_who_share_room_with_user` (#10826) (diff) | |
download | synapse-52913d56a5a2b07106774d97f4e188148d85a900.tar.xz |
Add documentation for experimental feature flags. (#10865)
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 fd0045e1ef..bdb44543b8 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -74,6 +74,7 @@ - [Testing]() - [OpenTracing](opentracing.md) - [Database Schemas](development/database_schema.md) + - [Experimental features](development/experimental_features.md) - [Synapse Architecture]() - [Log Contexts](log_contexts.md) - [Replication](replication.md) |