Fedora 30 packaging fix issu
[src/app-framework-binder.git] / mkdocs.yml
1 site_name: AGL Framework Binder
2 theme: readthedocs
3 docs_dir: docs
4 # tr '*])([' "-''''" < docs/SUMMARY.md | sed "s/^\(.*'\)'/  \1: '/"
5 pages:
6   - 'Overview' : 'index.md'
7   - 'Binder Overview': 'afb-introduction.md'
8   - 'Binder daemon vocabulary': 'afb-daemon-vocabulary.md'
9   - 'How to write a binding ?': 'afb-binding-writing.md'
10   - 'Binding references':
11     - 'Types and globals': 'reference-v3/types-and-globals.md'
12     - 'Functions of class afb_api': 'reference-v3/func-api.md'
13     - 'Functions of class afb_req': 'reference-v3/func-req.md'
14     - 'Functions of class afb_event': 'reference-v3/func-event.md'
15     - 'Functions of class afb_daemon': 'reference-v3/func-daemon.md'
16     - 'Functions of class afb_service': 'reference-v3/func-service.md'
17     - 'Macros for logging': 'reference-v3/macro-log.md'
18   - 'Binder events guide': 'afb-events-guide.md'
19   - 'Binder Application writing guide': 'afb-application-writing.md'
20   - 'Annexes': 
21     - 'Migration to binding v3': 'afb-migration-to-binding-v3.md'
22     - 'WebSocket protocol x-afb-ws-json1': 'protocol-x-afb-ws-json1.md'
23     - 'Installing the binder on a desktop': 'afb-desktop-package.md'
24     - 'Options of afb-daemon': 'afb-daemon-options.md'
25     - 'Debugging binder and bindings': 'afb-daemon-debugging.md'
26     - 'LEGACY Guide to migrate bindings from v1 to v2': 'legacy/afb-migration-v1-to-v2.md'
27     - 'LEGACY Binding V2 references': 'legacy/afb-binding-v2-references.md'
28   - 'Document revisions': 'REVISIONS.md'
29