- book.toml with title, authors, build directory, edit-url-template - src/SUMMARY.md with complete TOC for all planned sections - src/introduction.md: what pdftract does and doesn't do (Non-Goals) - src/installation.md: cargo, pip, Homebrew, Docker; KU-12 caveat verbatim - src/quickstart.md: five-minute walkthrough with executable commands - 39 draft placeholder files for CLI reference, schema, profiles, SDKs, advanced topics, troubleshooting, FAQ mdbook build completes cleanly with zero warnings (linkcheck optional). See notes/pdftract-1g87.md for verification details. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
32 lines
642 B
TOML
32 lines
642 B
TOML
[book]
|
|
title = "pdftract User Documentation"
|
|
authors = ["jedarden"]
|
|
language = "en"
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "build/user-docs"
|
|
|
|
[preprocessor.linkcheck]
|
|
optional = true
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/jedarden/pdftract"
|
|
edit-url-template = "https://github.com/jedarden/pdftract/edit/main/docs/user-docs/src/{path}"
|
|
no-section-label = true
|
|
|
|
[output.html.search]
|
|
enable = true
|
|
limit-results = 30
|
|
use-boolean-and = true
|
|
boost-title = 2
|
|
boost-hierarchy = 2
|
|
boost-paragraph = 1
|
|
expand = true
|
|
heading-split-level = 2
|
|
|
|
[output.html.fold]
|
|
enable = false
|
|
level = 0
|