Creating Documentation Pages
This guide will help you create well-structured documentation pages for your XD Wiki.
Page Structure
Each documentation page should follow a consistent structure:
- Clear title - Descriptive and concise
- Introduction - Brief overview of what the page covers
- Main content - Organized with proper headings
- Examples - Code snippets or practical examples
- Next steps - Links to related content
Best Practices
- Use descriptive headings (H2, H3)
- Include code examples where relevant
- Add links to related topics
- Keep content scannable with bullet points
- Use consistent formatting
Markdown Tips
## Section Heading
Content goes here with **bold** and *italic* text.
### Subsection
- Bullet points
- More items
```code blocks``` for examples