diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-10-26 18:24:13 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-10-28 15:35:02 +0200 |
commit | 4a1409460a7c0a5d26fe10b5f84368b3cb8b8b5a (patch) | |
tree | 2ebad5e0b1eca2729c2eda6c1fe029d8e1baef13 /mkdocs.yml | |
parent | 27bb304eee3485c73e1be677fbc820591bacc2f9 (diff) |
doc: switch to mkdocs
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 13 |
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' + |