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
- Add a Markdown file to
content/docs/ - Include frontmatter with title, description, slug, and order
- Build the project
- 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
- First
- Second
- Third
Formatting
You can use bold, italic, and code formatting.