summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 8a63ec6681aae4a9a4bbabb582683e01e9c0e4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
site_name: AGL Application Framework
theme: readthedocs
docs_dir: docs
pages:
  - 'Overview' : 'README.md'
  - 'Quick tutorial' : 'quick-tutorial.md'
  - 'The frameworks' :
      - 'The application framework': 'application-framework.md'
      - 'The security framework': 'security-framework.md'
  - 'The afm daemons' : 'afm-daemons.md'
  - 'Widgets of the framework' :
      - 'Overview of widgets': 'widgets.md'
      - 'The configuration file': 'config.xml.md'