docs(index): integrate different program types

* put program type inforamtion into shared.yaml to allow accessing it
  from the index.html.mako template.

Fixes #51
This commit is contained in:
Sebastian Thiel
2015-04-26 09:42:01 +02:00
parent b6a48bdcd5
commit fbec9bdbba
4 changed files with 68 additions and 29 deletions

View File

@@ -11,6 +11,15 @@ api:
# when a resource is supposed to be uploaded
upload_action: upload
# Contains values shared among all API implementations
make:
# All known program ids.
types:
- id: api
target_suffix: ''
documentation_engine: rustdoc
- id: cli
target_suffix: -cli
documentation_engine: mkdocs
directories:
# directory under which all generated sources should reside
output: gen