packaging: Update spec and deb packaging
[src/app-framework-binder.git] / mkdocs.yml
1 site_name: AGL Application Framework Binder
2 theme: readthedocs
3 docs_dir: docs
4 pages:
5   - 'Overview' : 'index.md'
6   - 'How to write a binding ?': 'afb-binding-writing.md'
7   - 'Binding references': 'afb-binding-references.md'
8   - 'Migration from v1 to v2' : 'afb-migration-v1-to-v2.md'
9   - 'Binder events guide' : 'afb-events-guide.md'
10   - 'Binder Application writing guide' : 'afb-application-writing.md'
11   - 'Binder daemon vocabulary' : 'afb-daemon-vocabulary.md'
12   - 'Annexes':
13     - 'Installing the binder on a desktop': 'afb-desktop-package.md'
14     - 'Options of afb-daemon' : 'afb-daemon-options.md'
15