afb-apiset: Fix start of apis
[src/app-framework-binder.git] / docs / index.md
1 # Summary
2
3 * [Binder Overview](afb-introduction.html)
4 * [Binder daemon vocabulary](afb-daemon-vocabulary.html)
5 * [How to write a binding ?](afb-binding-writing.html)
6 * [Binding references](afb-binding-references.html)
7   * [Types and globals](reference-v3/types-and-globals.html)
8   * [Macros for logging](reference-v3/macro-log.html)
9   * [Functions of class afb_api](reference-v3/func-api.html)
10   * [Functions of class afb_req](reference-v3/func-req.html)
11   * [Functions of class afb_event](reference-v3/func-event.html)
12   * [Functions of class afb_daemon](reference-v3/func-daemon.html)
13   * [Functions of class afb_service](reference-v3/func-service.html)
14 * [Binder events guide](afb-events-guide.html)
15 * [Binder Application writing guide](afb-application-writing.html)
16 * [Annexes](annexes.html)
17   * [Migration to binding v3](afb-migration-to-binding-v3.html)
18   * [WebSocket protocol x-afb-ws-json1](protocol-x-afb-ws-json1.html)
19   * [Installing the binder on a desktop](afb-desktop-package.html)
20   * [Options of afb-daemon](afb-daemon-options.html)
21   * [Debugging binder and bindings](afb-daemon-debugging.html)
22   * [LEGACY Guide to migrate bindings from v1 to v2](legacy/afb-migration-v1-to-v2.html)
23   * [LEGACY Binding V2 references](legacy/afb-binding-v2-references.html)
24 * [Document revisions](REVISIONS.html)