Creating Pages

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:

  1. Clear title - Descriptive and concise
  2. Introduction - Brief overview of what the page covers
  3. Main content - Organized with proper headings
  4. Examples - Code snippets or practical examples
  5. 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

Next Steps