From c8a70c62432275603980c705fa2202a474dd9640 Mon Sep 17 00:00:00 2001
From: Joel Speed <joel.speed@hotmail.co.uk>
Date: Sun, 8 Nov 2020 19:32:30 +0000
Subject: [PATCH] Add version dropdown to docs header

---
 docs/docusaurus.config.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index e72641bb..aec81054 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -21,6 +21,11 @@ module.exports = {
           label: 'Docs',
           position: 'left',
         },
+        {
+          type: 'docsVersionDropdown',
+          position: 'right',
+          dropdownActiveClassDisabled: true,
+        },
         {
           href: 'https://github.com/oauth2-proxy/oauth2-proxy',
           label: 'GitHub',