apenwarr-redo/mkdocs.yml

28 lines
767 B
YAML
Raw Normal View History

site_name: the _redo_ build system
theme: readthedocs
docs_dir: Documentation
site_dir: website
strict: true
pages:
- Introduction: index.md
- Getting Started: GettingStarted.md
- Cookbook.md
- FAQ:
- Basics: FAQBasics.md
- Semantics: FAQSemantics.md
- Interop with make: FAQInterop.md
- Parallel Builds: FAQParallel.md
- Implementation Details: FAQImpl.md
- Contributing.md
- Command Reference (man pages):
- redo: redo.md
- redo-ifchange: redo-ifchange.md
- redo-ifcreate: redo-ifcreate.md
- redo-always: redo-always.md
- redo-stamp: redo-stamp.md
- redo-sources: redo-sources.md
- redo-targets: redo-targets.md
- redo-ood: redo-ood.md
- redo-whichdo: redo-whichdo.md
2018-11-19 19:28:25 -05:00
- redo-log: redo-log.md