diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-10 08:15:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 13:15:10 +0000 |
commit | e4fdf459e24745be856efb535d539082a00da51b (patch) | |
tree | 29ddb08c0a4b5da9afdd3d60cc3eceee655a748a /docs/SUMMARY.md | |
parent | Fix example for structured logging. (#11946) (diff) | |
download | synapse-e4fdf459e24745be856efb535d539082a00da51b.tar.xz |
Basic documentation for the release cycle. (#11954)
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 3eeb1a2799..ef9cabf555 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -79,6 +79,7 @@ # Development - [Contributing Guide](development/contributing_guide.md) - [Code Style](code_style.md) + - [Release Cycle](development/releases.md) - [Git Usage](development/git.md) - [Testing]() - [OpenTracing](opentracing.md) |