mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 21:41:54 +07:00
docs: apply frontmatter (id, title, description) to all documentation pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: pki-fundamentals
|
||||
title: PKI Fundamentals & Trust Context
|
||||
description: Public Key Infrastructure (PKI) is the framework that allows secure communication over the internet.
|
||||
---
|
||||
|
||||
import { Callout, Cards, Card } from 'nextra/components'
|
||||
import { ShieldCheck, ShieldAlert, BadgeCheck, Lock, Key, Link, CheckCircle2, XCircle } from 'lucide-react'
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: trust-architecture
|
||||
title: Trust Architecture
|
||||
description: While the Fundamentals page explains what PKI is, this page explains how the hierarchy is structured to ensure security and scalability.
|
||||
---
|
||||
|
||||
import { Callout, Steps } from 'nextra/components'
|
||||
import { GitGraph, Shield, FileX, Network } from 'lucide-react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user