summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 065b230..1102944 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,10 +4,8 @@ docs_dir: docs
pages:
- 'Overview' : 'index.md'
- 'Quick tutorial' : 'quick-tutorial.md'
- - 'The system daemon' : 'afm-system-daemon.md'
- - 'The user daemon' : 'afm-user-daemon.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' : 'widgets.md'
- - 'Writing widget''s configuration' : 'writing-config.xml.md'
- - 'The security framework' : 'security-framework.md'
- - 'The application framework' : 'application-framework.md'
-