mdbook-authoring
Create, configure, build, and deploy documentation books with mdBook (Rust Markdown book generator). Use when: (1) starting/structuring an mdBook book (SUMMARY.md, chapters, parts), (2) configuring book.toml (themes, search, playground, renderers, preprocessors), (3) using mdBook markdown features (file includes, anchors, runnable Rust, admonitions, hidelines), (4) running the mdbook CLI (init/build/serve/test), (5) setting up CI/CD deployment to GitHub Pages, or (6) writing custom preprocessors/backends.
Pinned to revision 9c397dfc2b93, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/mdbook-authoring/SKILL.md
- skills/mdbook-authoring/assets/deploy-github-pages.yml
- skills/mdbook-authoring/assets/starter-book/book.toml
- skills/mdbook-authoring/assets/starter-book/src/README.md
- skills/mdbook-authoring/assets/starter-book/src/SUMMARY.md
- skills/mdbook-authoring/assets/starter-book/src/chapter_1.md
- skills/mdbook-authoring/assets/starter-book/src/example.rs
- skills/mdbook-authoring/references/book-toml.md
- skills/mdbook-authoring/references/cli.md
- skills/mdbook-authoring/references/markdown-features.md
- skills/mdbook-authoring/references/plugins.md
Every link opens the file at its source, pinned to the revision this page describes.