website: Use Docusaurus Frontmatter for badges (#12893)
website/docs: Reduce redundant usage of badges. Move badge logic to components. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
---
|
||||
title: Tenancy
|
||||
---
|
||||
|
||||
<span class="badge badge--primary">Enterprise</span>
|
||||
|
||||
authentik_enterprise: true
|
||||
---
|
||||
|
||||
::::warning
|
||||
@ -32,7 +29,7 @@ For each additional tenant (beyond the default one), one or more licenses is req
|
||||
|
||||
A single tenant and its corresponding installation can have multiple license keys. For example, a company might purchase one license for 50 users, and then later in the same year need to buy another license for 50 more users, due to company growth. Both licenses are associated to the one installation, the one tenant.
|
||||
|
||||
Learn more in our documentation about [Enterprise licenses](../enterprise/manage-enterprise.md#license-management).
|
||||
Learn more in our documentation about [Enterprise licenses](../enterprise/manage-enterprise.mdx#license-management).
|
||||
|
||||
### Important considerations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user