website/docs: add docs about Google Workspace (#9669)
* stub files * tweaks * add to sidebar * tweaks * steps to set up gws * first drafts * link * unsaved * formatting * typos * add Ent badge * backchannel and otehr edits * tweaks * tweaks * rewrite stuff Signed-off-by: Jens Langhammer <jens@goauthentik.io> * em one word Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Tana M Berry <tana@goauthentik.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -74,6 +74,27 @@ const docsSidebar = {
|
||||
id: "providers/index",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Google Workspace Provider",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "providers/gws/index",
|
||||
},
|
||||
items: [
|
||||
"providers/gws/setup-gws",
|
||||
"providers/gws/add-gws-provider",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "LDAP Provider",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "providers/ldap/index",
|
||||
},
|
||||
items: ["providers/ldap/generic_setup"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "OAuth2 Provider",
|
||||
@ -114,15 +135,6 @@ const docsSidebar = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "LDAP Provider",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "providers/ldap/index",
|
||||
},
|
||||
items: ["providers/ldap/generic_setup"],
|
||||
},
|
||||
"providers/scim/index",
|
||||
{
|
||||
type: "category",
|
||||
|
||||
Reference in New Issue
Block a user