Document which versions of Synapse have compatible schema versions. (#16661)

This commit is contained in:
Patrick Cloke
2023-11-28 11:01:24 -05:00
committed by GitHub
parent b0ed14d815
commit 77882b6a7d
6 changed files with 216 additions and 1 deletions

View File

@@ -36,4 +36,7 @@ additional-css = [
"docs/website_files/indent-section-headers.css",
]
additional-js = ["docs/website_files/table-of-contents.js"]
theme = "docs/website_files/theme"
theme = "docs/website_files/theme"
[preprocessor.schema_versions]
command = "./scripts-dev/schema_versions.py"