docs: initialize mdBook structure with stub pages and deployment workflow #105
Reference in New Issue
Block a user
Delete Branch "docs/mdbook-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set up mdBook documentation scaffolding for auto-deployment to
docs.kindred-systems.com.Issues
Closes #102, closes #103
Changes
mdBook scaffolding:
docs/book.toml— coal theme, repo link, custom CSSdocs/src/SUMMARY.md— sidebar navigation (4 sections, 16 pages)docs/theme/kindred.css— minimal sidebar width override16 content pages across
docs/src/:All pages populated from actual source files where possible.
CI/CD:
.gitea/workflows/docs.yml— builds withmdbook build docs/and deploys to/opt/git/docs/book/on push tomain(paths:docs/**), runs ondocsrunner labelMisc:
docs/book/added to.gitignoreExisting auto-generated docs in
docs/*.mdare left in place for now — they do not conflict with the mdBooksrc/directory.