diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-07-26 03:40:56 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-07-26 03:40:56 -0700 |
commit | 5d8ab7643062f68107021c791cc5c1c8066e003b (patch) | |
tree | 5cdcf871cd2537fc502711afe12fb1f7d97f599e /pages | |
parent | b32cac979433d67e1ee41dd4c518c8e845954d56 (diff) |
Wiki page navigation changed with summary [Added C# links] by Xavi Artigas
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/navigation.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pages/develop/navigation.txt b/pages/develop/navigation.txt index 9b5e9ed52..68b155a54 100644 --- a/pages/develop/navigation.txt +++ b/pages/develop/navigation.txt | |||
@@ -5,7 +5,7 @@ | |||
5 | * [[/develop/setup/c/start.md | C Dev Environment]] | 5 | * [[/develop/setup/c/start.md | C Dev Environment]] |
6 | * [[/develop/setup/csharp/start.md | C# Dev Environment]] | 6 | * [[/develop/setup/csharp/start.md | C# Dev Environment]] |
7 | * [[/develop/legacy/tutorial/ | Stable API Tutorials]] | 7 | * [[/develop/legacy/tutorial/ | Stable API Tutorials]] |
8 | * [[/develop/tutorials/c/start.md | Beta API Tutorials]] | 8 | * [[/develop/tutorials/c/start.md | Beta API C Tutorials]] |
9 | * [[/develop/tutorials/c/hello-world.md | Hello World]] | 9 | * [[/develop/tutorials/c/hello-world.md | Hello World]] |
10 | * [[/develop/tutorials/c/hello-world-gui.md | Hello World GUI]] | 10 | * [[/develop/tutorials/c/hello-world-gui.md | Hello World GUI]] |
11 | * [[/develop/tutorials/c/eo-intro.md | EO Objects]] | 11 | * [[/develop/tutorials/c/eo-intro.md | EO Objects]] |
@@ -14,8 +14,9 @@ | |||
14 | * [[/develop/tutorials/c/eo-inherit.md | EO Inheritance]] | 14 | * [[/develop/tutorials/c/eo-inherit.md | EO Inheritance]] |
15 | * [[/develop/tutorials/c/eo-multiinherit.md | EO Multiple Inheritance]] | 15 | * [[/develop/tutorials/c/eo-multiinherit.md | EO Multiple Inheritance]] |
16 | * [[/develop/tutorials/c/lifecycle.md | Lifecycle Management]] | 16 | * [[/develop/tutorials/c/lifecycle.md | Lifecycle Management]] |
17 | * [[/develop/tutorials/csharp/start.md | Beta API C# Tutorials]] | ||
17 | * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] | 18 | * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] |
18 | * [[develop/guides/start.md | Beta API Programming Guides]] | 19 | * [[develop/guides/start.md | Beta API C Programming Guides]] |
19 | * [[/develop/guides/c/eina/start.md | Eina]] | 20 | * [[/develop/guides/c/eina/start.md | Eina]] |
20 | * [[/develop/guides/c/eina/iterator-functions.md]] | 21 | * [[/develop/guides/c/eina/iterator-functions.md]] |
21 | * [[/develop/guides/c/eina/strings.md]] | 22 | * [[/develop/guides/c/eina/strings.md]] |
@@ -43,5 +44,5 @@ | |||
43 | * [[/develop/debug/c/valgrind.md | Debugging with Valgrind]] | 44 | * [[/develop/debug/c/valgrind.md | Debugging with Valgrind]] |
44 | * [[/develop/debug/c/clouseau.md | Debugging with Clouseau]] | 45 | * [[/develop/debug/c/clouseau.md | Debugging with Clouseau]] |
45 | * [[/develop/debug/c/remote-debug.md | Remote Debugging]] | 46 | * [[/develop/debug/c/remote-debug.md | Remote Debugging]] |
46 | * [[/develop/legacy/api/c/ | C API [Stable]]] | 47 | * [[/develop/legacy/api/c/ | Stable C API Reference]] |
47 | * [[/develop/api/ | C API [Beta]]] | 48 | * [[/develop/api/ | Beta C API Reference]] |