mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
docs: apply frontmatter (id, title, description) to all documentation pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: browser-errors
|
||||
title: Common Browser Errors
|
||||
description: When using internal certificates, browsers are very strict. Below are the most common error codes and how to resolve them.
|
||||
---
|
||||
|
||||
import { Callout, Cards, Card } from 'nextra/components'
|
||||
import { AlertTriangle, Globe, Calendar, XCircle, HelpCircle } from 'lucide-react'
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: developer-tools
|
||||
title: CLI & Language Issues
|
||||
description: Even if you installed the Root CA on your operating system, many developer tools and programming languages ignore the system store.
|
||||
---
|
||||
|
||||
import { Callout, Steps } from 'nextra/components'
|
||||
import { Terminal, Code, Server, Download } from 'lucide-react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user