aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 87bd623098fae2e7f16a74ed475c0ed83a701daf (plain)
1
2
3
4
5
6
7
8
9
10
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'