Add mdbook documentation with GitHub Pages and PR previews#4
Merged
Conversation
The hooks field was missing, preventing hooks from loading. Co-developed-by: Claude Code v2.1.12 (claude-opus-4-5-20251101)
- Move PROCESS-ARCHITECTURE.md → docs/architecture.md - Move TESTING.md → docs/testing.md (updated for v0.10.x) - Move TODO.md → docs/roadmap.md - Delete duplicate .claude-plugin/SKILL.md - Add docs/index.md as documentation index Co-developed-by: Claude Code v2.1.12 (claude-opus-4-5-20251101)
|
- Add book.toml configuration for mdbook
- Add docs/SUMMARY.md for navigation structure
- Add pages.yml workflow for main branch deployment
- Add preview-docs.yml workflow for PR previews
- Add book/ to .gitignore
PR previews deploy to gh-pages branch under pr-preview/pr-{number}/
Co-developed-by: Claude Code v2.1.12 (claude-opus-4-5-20251101)
17ca051 to
17d7e68
Compare
Co-developed-by: Claude Code v2.1.12 (claude-opus-4-5-20251101)
e0950c1 to
b9d6e15
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Bug Fix:
hooksfield to plugin.json (was missing, preventing hooks from loading)Documentation Reorganization:
PROCESS-ARCHITECTURE.md→docs/architecture.mdTESTING.md→docs/testing.md(updated for v0.10.x)TODO.md→docs/roadmap.md.claude-plugin/SKILL.mddocs/index.mdas documentation indexmdbook Setup:
book.toml- mdbook configurationdocs/SUMMARY.md- navigation structure.github/workflows/pages.yml- deploy on push to main.github/workflows/preview-docs.yml- PR previewsTest Plan
🤖 Generated with Claude Code