Re-order doc chapters
[src/app-framework-main.git] / docs / SUMMARY.md
index 7357214..30c105f 100644 (file)
@@ -1,11 +1,12 @@
 # Summary
 
 * [Overview](README.md)
-* [Quick tutorial](quick-tutorial.md)
-* [The frameworks](1-frameworks.md)
-  * [The application framework](application-framework.md)
-  * [The security framework](security-framework.md)
-* [The afm daemons](afm-daemons.md)
-* [Widgets of the framework](2-widgets.md)
-  * [Overview of widgets](widgets.md)
-  * [The configuration file](config.xml.md)
\ No newline at end of file
+* [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)
+* [The frameworks](5-frameworks.md)
+  * [The application framework](5.1-application-framework.md)
+  * [The security framework](5.2-security-framework.md)