aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..065b230
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,13 @@
+site_name: AGL Application Framework
+theme: readthedocs
+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'
+ - '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'
+