← Use Cases

Developer Guides & Tutorials

Write step-by-step tutorials with code examples. Your folder structure becomes the table of contents.

Code-first

Markdown's fenced code blocks are perfect for developer tutorials. Write inline code, multi-line examples, and specify the language for syntax highlighting. GetPagemark renders it all.

Progressive structure

Organize your guides from beginner to advanced using folders. 01-basics/, 02-intermediate/, 03-advanced/ — use the order frontmatter field to control the sidebar sequence.

Searchable examples

Users searching for a specific function or concept? The built-in search indexes all content including code blocks. They'll find the right tutorial page instantly.

Zero maintenance

No static site generator to update. No build pipeline to maintain. No dependencies to patch. Write markdown, push, done. Spend your time writing content, not managing infrastructure.

Example Structure

tutorials/
├── index.md
├── basics/
│   ├── installation.md
│   ├── hello-world.md
│   └── configuration.md
├── intermediate/
│   ├── authentication.md
│   └── database.md
└── advanced/
    ├── performance.md
    └── deployment.md

Use order in frontmatter to sequence tutorials.

Ready to host your developer guides & tutorials?

Connect a GitHub repo. Get a docs site in 2 minutes.

Get started free