Getting Started
Learn how to use this knowledge base and all its features.
Last updated: 2025-07-01
· 1 min read
Getting Started
Welcome! This knowledge base uses custom Markdown extensions. Here’s a quick tour.
Table of Contents
Text Formatting
You can use inline code for commands and code references.
Code Blocks with macOS Style
console.log('Hello, World!');
node hello.js
Admonitions
This is a note
Additional information that might be helpful.
FYI
This is an info block with general information.
Pro Tip
Always use version control for your projects.
Be Careful
This operation might have side effects.
Double Check
Review your changes before deploying to production.
Critical
This action cannot be undone!
Tabs
npm install express
yarn add express
pnpm add express
Media Embedding
API Documentation Example
GET
/api/users
List all users
200
Output
User list retrieved successfully
POST
/api/users
Create a new user
201
Output
User created successfully