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

* fix incorrect base class

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix doclink url

closes #11276

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix sidebar order in website

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2024-09-09 19:17:39 +02:00
committed by GitHub
parent 52cd4a909c
commit 3308c0001a
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"],
},
],
},
{