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
release v7.11.0 (#3145)
* add new docs version 7.11.x * update to release version v7.11.0 * add changelog entry for v7.11.0 Signed-off-by: Jan Larwig <jan@larwig.com> --------- Signed-off-by: Jan Larwig <jan@larwig.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
committed by
GitHub
parent
9ffafad4b2
commit
c0a928eded
83
docs/versioned_sidebars/version-7.11.x-sidebars.json
Normal file
83
docs/versioned_sidebars/version-7.11.x-sidebars.json
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"docs": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "welcome"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "behaviour"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Configuration",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "configuration/overview"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"configuration/overview",
|
||||
"configuration/integration",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "OAuth Provider Configuration",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "configuration/providers/index"
|
||||
},
|
||||
"items": [
|
||||
"configuration/providers/adfs",
|
||||
"configuration/providers/azure",
|
||||
"configuration/providers/bitbucket",
|
||||
"configuration/providers/digitalocean",
|
||||
"configuration/providers/facebook",
|
||||
"configuration/providers/gitea",
|
||||
"configuration/providers/github",
|
||||
"configuration/providers/gitlab",
|
||||
"configuration/providers/google",
|
||||
"configuration/providers/keycloak",
|
||||
"configuration/providers/keycloak_oidc",
|
||||
"configuration/providers/linkedin",
|
||||
"configuration/providers/login_gov",
|
||||
"configuration/providers/ms_entra_id",
|
||||
"configuration/providers/nextcloud",
|
||||
"configuration/providers/openid_connect"
|
||||
]
|
||||
},
|
||||
"configuration/session_storage",
|
||||
"configuration/tls",
|
||||
"configuration/alpha-config"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Features",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "features/endpoints"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"features/endpoints"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Community",
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "community/security"
|
||||
},
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"community/contribution",
|
||||
"community/security"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user