You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-10 22:51:31 +02:00
Add version dropdown to docs header
This commit is contained in:
@@ -21,6 +21,11 @@ module.exports = {
|
|||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'docsVersionDropdown',
|
||||||
|
position: 'right',
|
||||||
|
dropdownActiveClassDisabled: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/oauth2-proxy/oauth2-proxy',
|
href: 'https://github.com/oauth2-proxy/oauth2-proxy',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
Reference in New Issue
Block a user