website/docs: cleanup more (#9249)

simplify DocCardList

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-04-15 14:58:27 +02:00
committed by GitHub
parent 4c23ef4e9e
commit 48d1b289a3
7 changed files with 10 additions and 19 deletions

View File

@ -3,10 +3,9 @@ title: About users
---
import DocCardList from "@theme/DocCardList";
import { useCurrentSidebarCategory } from "@docusaurus/theme-common";
In authentik you can create and manage users with fine-tuned access control, session and event details, group membership, super-user rights, impersonation, and password management and recovery.
To learn more about working with users in authentik, refer to the following topics:
<DocCardList items={useCurrentSidebarCategory().items} />
<DocCardList />