Fix typo, get diagrams pictures and reordering doc
[src/app-framework-binder.git] / mkdocs.yml
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644 (file)
index 0000000..87bd623
--- /dev/null
@@ -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'