summary refs log tree commit diff
path: root/docs/website_files/README.md
diff options
context:
space:
mode:
authorAction Bot <action@synapse.bot.com>2023-12-11 14:52:40 +0000
committerAction Bot <action@synapse.bot.com>2023-12-11 14:52:40 +0000
commitd57b306023a8b95a2e0221176af5aebc5aff3b26 (patch)
treedae5388779c3871a53306435e80eb46a16e3652c /docs/website_files/README.md
parentUpdate changelog (diff)
downloadsynapse-github/release-v1.46.tar.xz
Version picker added for v1.46 docs github/release-v1.46 release-v1.46
Diffstat (limited to 'docs/website_files/README.md')
-rw-r--r--docs/website_files/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/website_files/README.md b/docs/website_files/README.md

index 04d191479b..bc51c4865e 100644 --- a/docs/website_files/README.md +++ b/docs/website_files/README.md
@@ -24,6 +24,11 @@ Finally, we also stylise the chapter titles in the left sidebar by indenting the slightly so that they are more visually distinguishable from the section headers (the bold titles). This is done through the `indent-section-headers.css` file. +In addition to these modifications, we have added a version picker to the documentation. +Users can switch between documentations for different versions of Synapse. +This functionality was implemented through the `version-picker.js` and +`version-picker.css` files. + More information can be found in mdbook's official documentation for [injecting page JS/CSS](https://rust-lang.github.io/mdBook/format/config.html) and