Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Add docs/book.toml with coal theme, repo link, and custom CSS - Add docs/src/SUMMARY.md with navigation structure - Create 16 content pages across guide/, architecture/, development/, reference/ - Add docs/theme/kindred.css with minimal sidebar overrides - Add .gitea/workflows/docs.yml for auto-deploy on push to main - Add docs/book/ to .gitignore Pages are populated with real content from the codebase where possible. Remaining pages have TODO markers for future content.
18 lines
398 B
TOML
18 lines
398 B
TOML
[book]
|
|
title = "Kindred Create Documentation"
|
|
authors = ["Kindred Systems LLC"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
|
|
[output.html]
|
|
default-theme = "coal"
|
|
preferred-dark-theme = "coal"
|
|
git-repository-url = "https://git.kindred-systems.com/kindred/create"
|
|
git-repository-icon = "fa-code-branch"
|
|
additional-css = ["theme/kindred.css"]
|
|
no-section-label = false
|