website/docs: re-organise core concepts

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-03 11:55:09 +01:00
parent caa3c3de32
commit 8db68410c6
4 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,6 @@
---
title: Applications
slug: /applications
---
Applications in authentik are the counterpart of providers. They exist in a 1-to-1 relationship, each application needs a provider and every provider can be used with one application.

View File

@ -1,5 +1,6 @@
---
title: Tenants
slug: /tenants
---
authentik support soft multi-tenancy. This means that you can configure several options depending on domain, but all the objects like applications, providers, etc, are still global. This can be handy to use the same authentik instance, but branded differently for different domains.

View File

@ -1,6 +1,7 @@
---
id: terminology
title: Terminology
slug: /terminology
---
![](/img/authentik_objects.svg)

View File

@ -4,10 +4,6 @@ module.exports = {
type: "doc",
id: "index",
},
{
type: "doc",
id: "terminology",
},
{
type: "category",
label: "Installation",
@ -23,8 +19,10 @@ module.exports = {
],
},
{
type: "doc",
id: "applications",
type: "category",
label: "Core Concepts",
collapsed: false,
items: ["core/terminology", "core/applications", "core/tenants"],
},
{
type: "category",
@ -121,10 +119,6 @@ module.exports = {
label: "Users & Groups",
items: ["user-group/user", "user-group/group"],
},
{
type: "doc",
id: "tenants",
},
{
type: "category",
label: "Maintenance",