website/docs: Enterprise docs (#6632)

* new ent docs

* first drafts WIP

* Optimised images with calibre/image-actions

* more details added

* further updates

* tweaks

* better image

* Optimised images with calibre/image-actions

* fix typos

* final edits

* fixed formatting fail

---------

Co-authored-by: Tana Berry <tana@goauthentik.io>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
This commit is contained in:
Tana M Berry
2023-08-29 11:57:29 -05:00
committed by GitHub
parent af200a6bf9
commit 87f65526e1
6 changed files with 203 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const docsSidebar = {
{
type: "category",
label: "Core Concepts",
collapsed: false,
collapsed: true,
items: [
"core/terminology",
"core/applications",
@ -42,6 +42,20 @@ const docsSidebar = {
"core/architecture",
],
},
{
type: "category",
label: "Enterprise",
collapsed: true,
link: {
type: "doc",
id: "enterprise/index",
},
items: [
"enterprise/get-started",
"enterprise/manage-enterprise",
"enterprise/entsupport",
],
},
{
type: "category",
label: "Providers",