web/admin: fix notification property mapping forms (cherry-pick #11298) (#11300)

web/admin: fix notification property mapping forms (#11298)

* fix incorrect base class



* fix doclink url

closes #11276



* fix sidebar order in website



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-09-09 19:27:29 +02:00
committed by GitHub
parent 2ea04440db
commit fb78303e8f
9 changed files with 26 additions and 34 deletions

View File

@ -77,13 +77,17 @@ const docsSidebar = {
items: [
{
type: "category",
label: "Property Mappings",
label: "OAuth2 Provider",
link: {
type: "doc",
id: "providers/property-mappings/index",
id: "providers/oauth2/index",
},
items: ["providers/property-mappings/expression"],
items: [
"providers/oauth2/client_credentials",
"providers/oauth2/device_code",
],
},
"providers/saml/index",
{
type: "category",
label: "Google Workspace Provider",
@ -117,19 +121,6 @@ const docsSidebar = {
"providers/entra/add-entra-provider",
],
},
{
type: "category",
label: "OAuth2 Provider",
link: {
type: "doc",
id: "providers/oauth2/index",
},
items: [
"providers/oauth2/client_credentials",
"providers/oauth2/device_code",
],
},
"providers/saml/index",
"providers/radius/index",
{
type: "category",
@ -167,6 +158,15 @@ const docsSidebar = {
},
items: ["providers/rac/how-to-rac"],
},
{
type: "category",
label: "Property Mappings",
link: {
type: "doc",
id: "providers/property-mappings/index",
},
items: ["providers/property-mappings/expression"],
},
],
},
{