From 71d4728f61f2b650449838a6d96034697a36736d Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 21 Nov 2016 23:25:02 +0100 Subject: Fix typo, get diagrams pictures and reordering doc Change-Id: Id8327460cf59b330283a98db8cef3a89ef505d30 Signed-off-by: Romain Forlot --- mkdocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') 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' -- cgit 1.2.3-korg