diff options
author | David Robertson <davidr@element.io> | 2022-06-10 15:47:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 15:47:49 +0100 |
commit | 4579445cc54640341ef23cddad9c0518e90be63a (patch) | |
tree | d731488c89ab6be6d8e8f6d5b7af5170cd2acdcd /docs | |
parent | Fix-up the contrib/graph scripts. (#13013) (diff) | |
download | synapse-4579445cc54640341ef23cddad9c0518e90be63a.tar.xz |
Add missing TOC link to poetry cheat sheet (#13022)
Missed by #12475.
Diffstat (limited to 'docs')
-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 8400a6539a..d7cf2df112 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -88,6 +88,7 @@ - [OpenTracing](opentracing.md) - [Database Schemas](development/database_schema.md) - [Experimental features](development/experimental_features.md) + - [Dependency management](development/dependencies.md) - [Synapse Architecture]() - [Cancellation](development/synapse_architecture/cancellation.md) - [Log Contexts](log_contexts.md) |