aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-06-07 18:40:00 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-06-13 00:10:51 +0200
commitf6bc48698587758fb764bae66302002fe148e978 (patch)
treea637013529c705e2c812119f9fee3005a6b2d53e /mkdocs.yml
parent279ac0a77b8689c71812af2e5e67ee9b6e4994ff (diff)
Refactor of the documentation
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 87bd6230..b2f24aca 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,11 +1,15 @@
site_name: AGL Application Framework Binder
theme: readthedocs
-docs_dir: doc
+docs_dir: docs
pages:
- 'Overview' : 'index.md'
- - 'Binder daemon vocabulary' : 'afb-daemon-vocabulary.md'
+ - 'How to write a binding ?': 'afb-binding-writing.md'
+ - 'Binding references': 'afb-binding-references.md'
+ - 'Migration from v1 to v2' : 'afb-migration-v1-to-v2.md'
- 'Binder events guide' : 'afb-events-guide.md'
- 'Binder Application writing guide' : 'afb-application-writing.md'
- - 'Binding writing guide' : 'afb-bindings-writing.md'
- - 'Binder tests overview' : 'afb-tests-overview.md'
- - 'Bindings samples' : 'afb-bindings-overview.md'
+ - 'Binder daemon vocabulary' : 'afb-daemon-vocabulary.md'
+ - 'Annexes':
+ - 'Installing the binder on a desktop': 'afb-desktop-package.md'
+ - 'Options of afb-daemon' : 'afb-daemon-options.md'
+