MuseMVP Docs
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
  1. Step 1
  2. Step 2
  3. Step 3

This quote is placeholder text for demo styling.

FieldTypeDescription
titlestringDisplay title
iconstringIcon name
const demo = {
  section: 'Feature Demo',
  blocks: ['feature-1', 'feature-2', 'feature-3'],
};

Back to Docs Home

Demo image

Fumadocs Components Demo

Info

This is demo copy. Replace it with your own note.

pnpm install
pnpm dev
npm install
npm run dev
DEMO_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.