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 | |
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.
-rw-r--r-- | changelog.d/13022.doc | 1 | ||||
-rw-r--r-- | docs/SUMMARY.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/13022.doc b/changelog.d/13022.doc new file mode 100644 index 0000000000..4d6ac7ae94 --- /dev/null +++ b/changelog.d/13022.doc @@ -0,0 +1 @@ +Ensure the [Poetry cheat sheet](https://matrix-org.github.io/synapse/develop/development/dependencies.html) is available in the online documentation. 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) |