1
0
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:
Joel Speed
2022-10-29 13:18:26 +01:00
parent 2c21b2830d
commit efe9aed559
12 changed files with 2162 additions and 0 deletions

View 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"
]
}
]
}