Demo Pages
Feature Blocks Demo
Placeholder page for Markdown and Fumadocs block rendering.
Markdown Demo
Heading Example
Feature 1
Feature 2
Feature 3
- Placeholder item A
- Placeholder item B
- Placeholder item C
- Step 1
- Step 2
- Step 3
This quote is placeholder text for demo styling.
| Field | Type | Description |
|---|---|---|
title | string | Display title |
icon | string | Icon name |
const demo = {
section: 'Feature Demo',
blocks: ['feature-1', 'feature-2', 'feature-3'],
};
Fumadocs Components Demo
Info
This is demo copy. Replace it with your own note.
pnpm install
pnpm devnpm install
npm run devDEMO_KEY="demo_value"
DATABASE_URL="postgres://..."Create a new *.mdx page in content/docs.
Register page order in meta.{locale}.json.
Replace placeholder copy with real product content.