OpenClaw LogoOpenClaw

Test Document

This is a test document to verify the dynamic loading works

This is a test to verify the dynamic loading works. If you can see this document, the system is working correctly!

Features

  • ✅ Dynamic content loading
  • ✅ Markdown support
  • ✅ Frontmatter metadata
  • ✅ Automatic routing

How It Works

  1. Add a Markdown file to content/docs/
  2. Include frontmatter with title, description, slug, and order
  3. Build the project
  4. The document automatically appears in the docs index

Code Example

const greeting = "Hello from dynamic docs!"
console.log(greeting)

Lists

  • Item 1
  • Item 2
  • Item 3

Numbered Lists

  1. First
  2. Second
  3. Third

Formatting

You can use bold, italic, and code formatting.