Set up mdbook docs site (litmus-yesx)
Add mdbook documentation site with book.toml, src/ files, mise tasks, flake.nix integration, and .gitignore update
Summary of Changes
- Created
docs/book.toml(title: Litmus, src: src, build-dir: dist) - Created
docs/src/SUMMARY.mdwith 4-page TOC - Created
docs/src/introduction.mdfrom README problem/solution section - Created
docs/src/concepts.mdwith three-layer model and provider ecosystems - Created
docs/src/milestones.mdadapted from existing docs/milestones.md - Created
docs/src/contributing.mdplaceholder - Added
pkgs.mdbookto flake.nix devShells packages - Added
docs-serveanddocs-buildtasks to .mise.toml - Added
docs/dist/to .gitignore - Verified:
mdbook build docsproducesdocs/dist/successfully