aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2016-11-21 23:25:02 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2016-12-05 16:23:48 +0100
commit71d4728f61f2b650449838a6d96034697a36736d (patch)
tree3800ebc0df774021500cb26b1f93c19af0cac2cb /mkdocs.yml
parent2a2a9835cfe31a495020c79b0eeadbddb70f52ae (diff)
Fix typo, get diagrams pictures and reordering doc
Change-Id: Id8327460cf59b330283a98db8cef3a89ef505d30 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 00000000..87bd6230
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,11 @@
+site_name: AGL Application Framework Binder
+theme: readthedocs
+docs_dir: doc
+pages:
+ - 'Overview' : 'index.md'
+ - 'Binder daemon vocabulary' : 'afb-daemon-vocabulary.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'