ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=57ae0f0c56e771d69da631dd47e04f98261f0efb
commit 57ae0f0c56e771d69da631dd47e04f98261f0efb Author: Andy Williams <[email protected]> Date: Wed Nov 29 11:53:08 2017 +0000 navigation: Move to the navi plugin configuration --- pages/develop/guides/c/eina/sidebar.txt | 12 ------------ pages/develop/navigation.txt | 30 ++++++++++++++++++++++++++++++ pages/develop/sidebar.txt | 28 +--------------------------- 3 files changed, 31 insertions(+), 39 deletions(-) diff --git a/pages/develop/guides/c/eina/sidebar.txt b/pages/develop/guides/c/eina/sidebar.txt deleted file mode 100644 index aa730007c..000000000 --- a/pages/develop/guides/c/eina/sidebar.txt +++ /dev/null @@ -1,12 +0,0 @@ - * [[start.md]] - * Data Types - * [[iterator-functions.md]] - * [[strings.md]] - * [[arrays.md]] - * [[hash-tables.md]] - * [[lists.md]] - * [[generic-value.md]] - * Tools - * [[./tools/eina-string-tool.md]] - * [[./tools/eina-mempool.md]] - * [[./tools/eina-safety-checks.md]] \ No newline at end of file diff --git a/pages/develop/navigation.txt b/pages/develop/navigation.txt new file mode 100644 index 000000000..20526dbb0 --- /dev/null +++ b/pages/develop/navigation.txt @@ -0,0 +1,30 @@ +~~NOCACHE~~ + + * [[/develop/start.md] | Developing with EFL]] + * [[/develop/setup/start.md | Setting Up EFL]] + * [[/develop/setup/c/start.md | EFL for C Development [TODO]]] + * [[/develop/tutorials/ | Tutorials]] + * [[/develop/legacy/tutorial/ | Stable API Tutorials]] + * [[/develop/tutorials/c/start.md | Beta API Tutorials [C]]] + * [[/develop/tutorials/c/hello-world | Hello World]] + * [[/develop/tutorials/c/eo-intro | EFL Objects]] + * [[/develop/tutorials/c/eo-refcount | Reference Counting]] + * [[/develop/tutorials/c/eo-classes | Creating New Classes]] + * [[/develop/tutorials/c/eo-inherit | Class Inheritance]] + * [[/develop/tutorials/c/eo-multiinherit | Multiple Inheritance]] + * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] + * [[develop/guides/start.md | Beta API Programming Guides]] + * [[/develop/guides/c/eina/start.md | Eina]] + * [[/develop/guides/c/eina/iterator-functions.md]] + * [[/develop/guides/c/eina/strings.md]] + * [[/develop/guides/c/eina/arrays.md]] + * [[/develop/guides/c/eina/hash-tables.md]] + * [[/develop/guides/c/eina/lists.md]] + * [[/develop/guides/c/eina/generic-value.md]] + * [[/develop/guides/c/eina/tools/]] + * [[/develop/guides/c/eina/tools/eina-string-tool.md]] + * [[/develop/guides/c/eina/tools/eina-mempool.md]] + * [[/develop/guides/c/eina/tools/eina-safety-checks.md]] + * [[/develop/guides/c/core/main-loop.md | Main Loop]] + * [[/develop/legacy/api/c/ | C API [Stable]]] + * [[/develop/api/ | C API [Beta]]] diff --git a/pages/develop/sidebar.txt b/pages/develop/sidebar.txt index 90bb2b87c..91680ae83 100644 --- a/pages/develop/sidebar.txt +++ b/pages/develop/sidebar.txt @@ -1,29 +1,3 @@ ~~NOCACHE~~ -=== Introduction === - * [[/develop/start.md] | Developing with EFL]] -=== Setup === - * [[/develop/setup/start.md | Setting Up EFL [TODO]]] - * [[/develop/setup/c/start.md | EFL for C Development [TODO]]] - -=== Tutorials === - * [[/develop/legacy/tutorials/start | Stable API Tutorials]] - * [[/develop/tutorials/start.md | Beta API Tutorials]] - * [[/develop/tutorials/c/start.md | Beta API Tutorials [C]]] - * [[/develop/tutorials/c/hello-world | Hello World]] - * EO and Eolian - * [[/develop/tutorials/c/eo-intro | EFL Objects]] - * [[/develop/tutorials/c/eo-refcount | Reference Counting]] - * [[/develop/tutorials/c/eo-classes | Creating New Classes]] - * [[/develop/tutorials/c/eo-inherit | Class Inheritance]] - * [[/develop/tutorials/c/eo-multiinherit | Multiple Inheritance]] - -=== Programming Guides === - * [[/develop/legacy/program_guide/start | Stable API Programming Guides]] - * [[develop/guides/start.md | Beta API Programming Guides]] - * [[/develop/guides/c/eina/start.md | Eina]] - * [[/develop/guides/c/core/main-loop.md | Main Loop]] - -=== API Reference === - * [[/develop/legacy/api/c | C API [Stable]]] - * [[/develop/api/ | C API [Beta]]] +{{navi>:develop:navigation?ns}} --
