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:
Tana M Berry
2024-05-13 13:33:06 -05:00
committed by GitHub
parent 0746652995
commit 5d54f696d4
5 changed files with 214 additions and 9 deletions

View File

@ -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",