aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: fc8cb090ff0a62473c01f6a7be60d7efe80002fc (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' : 'index.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'