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,12 +1,9 @@
|
||||
---
|
||||
title: Integrate with Hashicorp Vault
|
||||
sidebar_label: Hashicorp Vault
|
||||
support_level: authentik
|
||||
---
|
||||
|
||||
# Integrate with Hashicorp Vault
|
||||
|
||||
<span class="badge badge--primary">Support level: authentik</span>
|
||||
|
||||
## What is Vault
|
||||
|
||||
> Secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets and other sensitive data using a UI, CLI, or HTTP API.
|
||||
|
||||
Reference in New Issue
Block a user