X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=mkdocs.yml;h=b2f24aca361d3e11543eb790cdb702f67899ab90;hb=refs%2Fheads%2Feel;hp=87bd623098fae2e7f16a74ed475c0ed83a701daf;hpb=71d4728f61f2b650449838a6d96034697a36736d;p=src%2Fapp-framework-binder.git 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' +