docs: apply frontmatter (id, title, description) to all documentation pages

This commit is contained in:
dyzulk
2026-01-09 12:10:57 +07:00
parent f1b8e55075
commit 821089391f
17 changed files with 98 additions and 0 deletions

View File

@@ -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'