diff options
author | Action Bot <action@synapse.bot.com> | 2023-12-11 14:52:00 +0000 |
---|---|---|
committer | Action Bot <action@synapse.bot.com> | 2023-12-11 14:52:00 +0000 |
commit | df51721e151794b839b4d786788cf1102c1a6256 (patch) | |
tree | f83b72a6b8b22f61d08b5486bd142e54780fac06 /book.toml | |
parent | 1.74.0 (diff) | |
download | synapse-df51721e151794b839b4d786788cf1102c1a6256.tar.xz |
Version picker added for v1.74 docs github/release-v1.74 release-v1.74
Diffstat (limited to 'book.toml')
-rw-r--r-- | book.toml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/book.toml b/book.toml index fa83d86ffc..977a8450bc 100644 --- a/book.toml +++ b/book.toml @@ -34,6 +34,14 @@ additional-css = [ "docs/website_files/table-of-contents.css", "docs/website_files/remove-nav-buttons.css", "docs/website_files/indent-section-headers.css", + "docs/website_files/version-picker.css", ] -additional-js = ["docs/website_files/table-of-contents.js"] -theme = "docs/website_files/theme" \ No newline at end of file +additional-js = [ + "docs/website_files/table-of-contents.js", + "docs/website_files/version-picker.js", + "docs/website_files/version.js", +] +theme = "docs/website_files/theme" + +[preprocessor.schema_versions] +command = "./scripts-dev/schema_versions.py" |