First cookbook example for the docs: Hello World in C.
This commit is contained in:
parent
d664099c9d
commit
d663c9b67d
10 changed files with 216 additions and 2 deletions
|
|
@ -1,12 +1,16 @@
|
|||
site_name: the _redo_ build system
|
||||
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
|
||||
- FAQ:
|
||||
- Basics: FAQBasics.md
|
||||
- Semantics: FAQSemantics.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue