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:14 +0000
committerAction Bot <action@synapse.bot.com>2023-12-11 14:52:14 +0000
commitab0f1525043e168be7b15e99e369eb9f3bbc88ae (patch)
treef808fe7f1e8feeac28e8bfaa3fd0979da82f4fe4 /docs/website_files/README.md
parentMention specific version in rc2 notes (diff)
downloadsynapse-release-v1.64.tar.xz
Version picker added for v1.64 docs github/release-v1.64 release-v1.64
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