summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
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'