apenwarr-redo/mkdocs.yml

32 lines
926 B
YAML

site_name: "redo: a recursive build system"
theme: readthedocs
docs_dir: Documentation
site_dir: website
strict: true
extra_javascript:
- fetchcode.js
pages:
- Introduction: index.md
- Getting Started: GettingStarted.md
- Cookbook:
- Hello World: cookbook/hello.md
- Using default.do (text processing): cookbook/defaults.md
- FAQ:
- Basics: FAQBasics.md
- Semantics: FAQSemantics.md
- Interop with make: FAQInterop.md
- Parallel Builds: FAQParallel.md
- Implementation Details: FAQImpl.md
- Contributing.md
- Reference Manual:
- redo(1): redo.md
- redo-ifchange(1): redo-ifchange.md
- redo-ifcreate(1): redo-ifcreate.md
- redo-always(1): redo-always.md
- redo-stamp(1): redo-stamp.md
- redo-sources(1): redo-sources.md
- redo-targets(1): redo-targets.md
- redo-ood(1): redo-ood.md
- redo-whichdo(1): redo-whichdo.md
- redo-log(1): redo-log.md