diff options
author | Action Bot <action@synapse.bot.com> | 2023-12-11 14:54:04 +0000 |
---|---|---|
committer | Action Bot <action@synapse.bot.com> | 2023-12-11 14:54:04 +0000 |
commit | 6e5869199bfedea13b4b2a8fae458e1638a6ef0c (patch) | |
tree | 5ddf56fd81948725a185fe4194124454644e1b5a /v1.86/usage/administration/index.html | |
parent | Version picker deployed for v1.87 docs to Github Pages (diff) | |
download | synapse-6e5869199bfedea13b4b2a8fae458e1638a6ef0c.tar.xz |
Version picker deployed for v1.86 docs to Github Pages
Diffstat (limited to 'v1.86/usage/administration/index.html')
-rw-r--r-- | v1.86/usage/administration/index.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/v1.86/usage/administration/index.html b/v1.86/usage/administration/index.html index c99082bfdc..13d9ca465a 100644 --- a/v1.86/usage/administration/index.html +++ b/v1.86/usage/administration/index.html @@ -28,6 +28,7 @@ <link rel="stylesheet" href="../../docs/website_files/table-of-contents.css"> <link rel="stylesheet" href="../../docs/website_files/remove-nav-buttons.css"> <link rel="stylesheet" href="../../docs/website_files/indent-section-headers.css"> + <link rel="stylesheet" href="../../docs/website_files/version-picker.css"> </head> <body> <!-- Provide site root to javascript --> @@ -103,6 +104,18 @@ <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar"> <i class="fa fa-search"></i> </button> + <div class="version-picker"> + <div class="dropdown"> + <div class="select"> + <span></span> + <i class="fa fa-chevron-down"></i> + </div> + <input type="hidden" name="version"> + <ul class="dropdown-menu"> + <!-- Versions will be added dynamically in version-picker.js --> + </ul> + </div> + </div> </div> <h1 class="menu-title">Synapse</h1> @@ -192,5 +205,7 @@ <!-- Custom JS scripts --> <script type="text/javascript" src="../../docs/website_files/table-of-contents.js"></script> + <script type="text/javascript" src="../../docs/website_files/version-picker.js"></script> + <script type="text/javascript" src="../../docs/website_files/version.js"></script> </body> -</html> \ No newline at end of file +</html> |