diff --git a/v1.71/usage/configuration/user_authentication/index.html b/v1.71/usage/configuration/user_authentication/index.html
index 75e787f93d..20f82a6e5d 100644
--- a/v1.71/usage/configuration/user_authentication/index.html
+++ b/v1.71/usage/configuration/user_authentication/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>
@@ -198,5 +211,7 @@ modules.</p>
<!-- 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>
diff --git a/v1.71/usage/configuration/user_authentication/refresh_tokens.html b/v1.71/usage/configuration/user_authentication/refresh_tokens.html
index c584ad502c..5bfa782133 100644
--- a/v1.71/usage/configuration/user_authentication/refresh_tokens.html
+++ b/v1.71/usage/configuration/user_authentication/refresh_tokens.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>
@@ -307,5 +320,7 @@ above requirements will still hold.</em></p>
<!-- 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>
diff --git a/v1.71/usage/configuration/user_authentication/single_sign_on/cas.html b/v1.71/usage/configuration/user_authentication/single_sign_on/cas.html
index b695f16e19..685ad4c865 100644
--- a/v1.71/usage/configuration/user_authentication/single_sign_on/cas.html
+++ b/v1.71/usage/configuration/user_authentication/single_sign_on/cas.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>
@@ -191,5 +204,7 @@ sections of the configuration manual for more details.</p>
<!-- 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>
diff --git a/v1.71/usage/configuration/user_authentication/single_sign_on/index.html b/v1.71/usage/configuration/user_authentication/single_sign_on/index.html
index ed7f3f9158..6bca70eabb 100644
--- a/v1.71/usage/configuration/user_authentication/single_sign_on/index.html
+++ b/v1.71/usage/configuration/user_authentication/single_sign_on/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>
@@ -189,5 +202,7 @@ auth provider modules.</p>
<!-- 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>
diff --git a/v1.71/usage/configuration/user_authentication/single_sign_on/saml.html b/v1.71/usage/configuration/user_authentication/single_sign_on/saml.html
index 4d624e5921..98c5f84ddb 100644
--- a/v1.71/usage/configuration/user_authentication/single_sign_on/saml.html
+++ b/v1.71/usage/configuration/user_authentication/single_sign_on/saml.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>
@@ -191,5 +204,7 @@ file</a> for more details.</p>
<!-- 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>
|