cedric pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=2ea4f691a073f6f2fab54a160323791b5dac1568

commit 2ea4f691a073f6f2fab54a160323791b5dac1568
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Sep 30 01:44:51 2015 +0200

    reorder some how the program guide.
---
 pages/docs.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/pages/docs.txt b/pages/docs.txt
index 01b52f5..0bb6799 100644
--- a/pages/docs.txt
+++ b/pages/docs.txt
@@ -57,19 +57,19 @@ Go check the current available version of EFL on each 
distro/platform:
 === Programming Guide ===
 
   * [[program_guide/basic_application_structure_pg|Basic Application structure 
PG]]
-  * [[program_guide/containers_pg|Containers PG]]
-  * [[program_guide/widgets_pg|Widgets PG]]
-  * [[program_guide/event_effect_pg|Event and Effect PG]]
+  * [[program_guide/eina_pg|Eina PG]]
+  * [[program_guide/connectivity_pg|Connectivity PG]]
+  * [[program_guide/main_loop_pg|Main Loop PG]]
+  * [[program_guide/threading_pg|Threading PG]]
   * [[program_guide/evas_pg|Evas PG]]
   * [[program_guide/edje_pg|Edje PG]]
-  * [[program_guide/multilingual_pg|Multilingual PG]]
-  * [[program_guide/connectivity_pg|Connectivity PG]]
-  * [[program_guide/eina_pg|Eina PG]]
+  * [[program_guide/event_effect_pg|Event and Effect PG]]
+  * [[program_guide/containers_pg|Containers PG]]
+  * [[program_guide/widgets_pg|Widgets PG]]
   * [[program_guide/focus_ui_pg|Managing UI Component Focus PG]]
   * [[program_guide/customizing_ui_pg|Customizing UI Components PG]]
-  * [[program_guide/main_loop_pg|Main Loop PG]]
-  * [[program_guide/threading_pg|Threading PG]]
   * [[program_guide/scalability_pg|Scalability PG]]
+  * [[program_guide/multilingual_pg|Multilingual PG]]
   * [[program_guide/evasgl_pg|Evas GL PG]]
 
 === Samples ===

-- 


Reply via email to