You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
Create versioned docs for release v7.4.x
Created with: yarn run docusaurus docs:version 7.4.x
This commit is contained in:
40
docs/versioned_sidebars/version-7.4.x-sidebars.json
Normal file
40
docs/versioned_sidebars/version-7.4.x-sidebars.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"docs": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "behaviour"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Configuration",
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"configuration/overview",
|
||||
"configuration/oauth_provider",
|
||||
"configuration/session_storage",
|
||||
"configuration/tls",
|
||||
"configuration/alpha-config"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Features",
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"features/endpoints"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Community",
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"community/security"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user