mkdocs: Restore mkdocs feature
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 11 Dec 2017 17:18:58 +0000 (18:18 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 14 Dec 2017 09:46:44 +0000 (10:46 +0100)
Change-Id: Iac70ac21a0d88e973aa5859a692515d4e683b2c9
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
docs/index.md [new symlink]
mkdocs.yml

diff --git a/docs/index.md b/docs/index.md
new file mode 120000 (symlink)
index 0000000..b71888b
--- /dev/null
@@ -0,0 +1 @@
+0-introduction.md
\ No newline at end of file
index 8a63ec6..50826ae 100644 (file)
@@ -2,12 +2,12 @@ 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'
+  - 'Introduction' : 'index.md'
+  - 'The afm daemons' : '1-afm-daemons.md'
+  - 'Widgets' :
+      - '' : '2-widgets.md'
+      - 'Overview of widgets' : '2.1-widgets.md'
+      - 'The configuration file' : '2.2-config.xml.md'
+  - 'The permissions' : '3-permissions.md'
+  - 'Quick tutorial' : '4-quick-tutorial.md'
+  - 'Document revisions' : 'REVISIONS.md'