| name | docs-markdown-jekyll |
| description | Use when: writing or updating product and technical documentation in Markdown for a Jekyll site with Bootstrap-based theme. |
Documentation with Markdown and Jekyll
Goal
Keep documentation complete, navigable, and publish-ready.
Do
- Place docs content under docs structure agreed by project.
- Write concise task-oriented docs for installation, configuration, and usage.
- Keep module API docs versioned and example-driven.
- Ensure navigation includes Features and Documentation sections.
Checks
- Links are valid and headings are consistent.
- Installation and configuration steps are reproducible.
- Docs reflect current behavior after code changes.