Browse Source

Add missing TOC link to poetry cheat sheet (#13022)

Missed by #12475.
David Robertson 1 year ago
parent
commit
4579445cc5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      changelog.d/13022.doc
  2. 1 0
      docs/SUMMARY.md

+ 1 - 0
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.

+ 1 - 0
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)