mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
docs: apply frontmatter (id, title, description) to all documentation pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: access-dashboard
|
||||
title: Accessing Dashboard
|
||||
description: The TrustLab Dashboard is your central command center for managing certificates.
|
||||
---
|
||||
|
||||
import { Callout, Steps, Cards, Card } from 'nextra/components'
|
||||
import { Monitor, Smartphone, LayoutDashboard, Key, Shield, Info, Clock, AlertTriangle } from 'lucide-react'
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: install-root-ca
|
||||
title: Installing Root CA
|
||||
description: To ensure your browser trusts certificates issued by TrustLab, you must install our Root CA.
|
||||
---
|
||||
|
||||
import { Tabs, Steps, Cards, Card, Callout } from 'nextra/components'
|
||||
import { Monitor, Smartphone, AlertTriangle, Info } from 'lucide-react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user