065b230e8347cec764d787eb04c9c5c9706cdc1f
[src/app-framework-main.git] / mkdocs.yml
1 site_name: AGL Application Framework
2 theme: readthedocs
3 docs_dir: docs
4 pages:
5   - 'Overview' : 'index.md'
6   - 'Quick tutorial' : 'quick-tutorial.md'
7   - 'The system daemon' : 'afm-system-daemon.md'
8   - 'The user daemon' : 'afm-user-daemon.md'
9   - 'Widgets of the framework' : 'widgets.md'
10   - 'Writing widget''s configuration' : 'writing-config.xml.md'
11   - 'The security framework' : 'security-framework.md'
12   - 'The application framework' : 'application-framework.md'
13