diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-31 01:19:21 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-31 01:19:21 -0700 |
commit | 22d44dd9aebc90a2ec5caa9cd28d5352a3ef4136 (patch) | |
tree | d4f67f56aeee90a9d776d8cd58aa29cfb4484929 /pages/develop/navigation.txt | |
parent | 860da8b5f92320b082c7355fea7f3392cffff912 (diff) |
Wiki page navigation changed with summary [Separated sidebar sections for clarity] by Xavi Artigas
Diffstat (limited to '')
-rw-r--r-- | pages/develop/navigation.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/develop/navigation.txt b/pages/develop/navigation.txt index 836179ea9..c881afea3 100644 --- a/pages/develop/navigation.txt +++ b/pages/develop/navigation.txt | |||
@@ -1,9 +1,11 @@ | |||
1 | * [[/develop/start.md] | Developing with EFL]] | 1 | * [[/develop/start.md] | Developing with EFL]] |
2 | * [[/develop/unified-and-legacy.md | Using Stable and Beta together]] | 2 | * [[/develop/unified-and-legacy.md | Using Stable and Beta together]] |
3 | * [[/develop/e/sandbox_gadgets.md] | Developing with Enlightenment]] | 3 | * [[/develop/e/sandbox_gadgets.md] | Developing with Enlightenment]] |
4 | |||
4 | * [[/develop/setup/start.md | Setting Up EFL]] | 5 | * [[/develop/setup/start.md | Setting Up EFL]] |
5 | * [[/develop/setup/c/start.md | C Dev Environment]] | 6 | * [[/develop/setup/c/start.md | C Dev Environment]] |
6 | * [[/develop/setup/csharp/start.md | C# Dev Environment]] | 7 | * [[/develop/setup/csharp/start.md | C# Dev Environment]] |
8 | |||
7 | * [[/develop/legacy/tutorial/ | Stable API Tutorials]] | 9 | * [[/develop/legacy/tutorial/ | Stable API Tutorials]] |
8 | * [[/develop/tutorials/c/start.md | Beta API C Tutorials]] | 10 | * [[/develop/tutorials/c/start.md | Beta API C Tutorials]] |
9 | * [[/develop/tutorials/c/hello-world.md | Hello World]] | 11 | * [[/develop/tutorials/c/hello-world.md | Hello World]] |
@@ -17,6 +19,7 @@ | |||
17 | * [[/develop/tutorials/csharp/start.md | Beta API C# Tutorials]] | 19 | * [[/develop/tutorials/csharp/start.md | Beta API C# Tutorials]] |
18 | * [[/develop/tutorials/csharp/hello-world-cs.md | Hello World C#]] | 20 | * [[/develop/tutorials/csharp/hello-world-cs.md | Hello World C#]] |
19 | * [[/develop/tutorials/csharp/hello-world-gui-cs.md | Graphical Hello World C#]] | 21 | * [[/develop/tutorials/csharp/hello-world-gui-cs.md | Graphical Hello World C#]] |
22 | |||
20 | * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] | 23 | * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] |
21 | * [[develop/guides/start.md | Beta API C Programming Guides]] | 24 | * [[develop/guides/start.md | Beta API C Programming Guides]] |
22 | * [[/develop/guides/c/eina/start.md | Eina]] | 25 | * [[/develop/guides/c/eina/start.md | Eina]] |
@@ -38,6 +41,7 @@ | |||
38 | * [[/develop/guides/c/ui/sizing.md | UI Sizing]] | 41 | * [[/develop/guides/c/ui/sizing.md | UI Sizing]] |
39 | * [[/develop/guides/c/ui/focus.md | UI Focus]] | 42 | * [[/develop/guides/c/ui/focus.md | UI Focus]] |
40 | * [[/develop/guides/c/porting-guide.md | Legacy Porting Guide]] | 43 | * [[/develop/guides/c/porting-guide.md | Legacy Porting Guide]] |
44 | |||
41 | * [[/develop/debug/start.md | Debugging EFL Apps]] | 45 | * [[/develop/debug/start.md | Debugging EFL Apps]] |
42 | * [[/develop/debug/debug-symbols.md | Recompiling with Debug Symbols]] | 46 | * [[/develop/debug/debug-symbols.md | Recompiling with Debug Symbols]] |
43 | * [[/develop/debug/log-levels.md | Log Levels]] | 47 | * [[/develop/debug/log-levels.md | Log Levels]] |
@@ -46,5 +50,6 @@ | |||
46 | * [[/develop/debug/c/valgrind.md | Debugging with Valgrind]] | 50 | * [[/develop/debug/c/valgrind.md | Debugging with Valgrind]] |
47 | * [[/develop/debug/c/clouseau.md | Debugging with Clouseau]] | 51 | * [[/develop/debug/c/clouseau.md | Debugging with Clouseau]] |
48 | * [[/develop/debug/c/remote-debug.md | Remote Debugging]] | 52 | * [[/develop/debug/c/remote-debug.md | Remote Debugging]] |
53 | |||
49 | * [[/develop/legacy/api/c/ | Stable C API Reference]] | 54 | * [[/develop/legacy/api/c/ | Stable C API Reference]] |
50 | * [[/develop/api/ | Beta C API Reference]] | 55 | * [[/develop/api/ | Beta C API Reference]] |