WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=dc2f75635bb6f5155b26c364f9dc2aec11fdf33c
commit dc2f75635bb6f5155b26c364f9dc2aec11fdf33c Author: Xavi Artigas <[email protected]> Date: Thu Sep 12 08:45:11 2019 -0700 Wiki page start.md changed with summary [] by Xavi Artigas --- pages/develop/start.md.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/develop/start.md.txt b/pages/develop/start.md.txt index eef397e4b..dedce5b75 100644 --- a/pages/develop/start.md.txt +++ b/pages/develop/start.md.txt @@ -7,7 +7,7 @@ The Enlightenment Foundation Libraries (EFL) are designed to build on top of each other in layers, steadily becoming higher level yet allowing access to each individual level as they go. Whether you're looking for the types of low-level helpers contained in the ``Eina`` library or the high-level abstractions of ``Elementary`` you'll find a wealth of assistance within EFL. -More information on EFL can be found on the [About EFL page](/about-efl), including a breakdown of its various features and components. +Use the menu on the right to navigate this documentation. Below there's a short description of the content of each section. ## Legacy vs. Unified APIs ## @@ -41,11 +41,9 @@ The [Programming Guides](guides/start.md) are designed to provide informative ma ## API Reference Documentation ## -A reference to the features and functions of the Unified API can be found in the [API Reference section](api/). +A reference to the features and functions of the Unified API can be found in the [C API Reference section](api/) and [C# API Reference section](https://enlightenment.github.io/www-content/gh-pages/api/csharp/api). -The Legacy API equivalent documentation in the [Legacy API Reference section](legacy/api/c/). - -Please note that, in both cases, the reference documentation is currently available exclusively for the C programming language. +The Legacy API equivalent documentation in the [Legacy API Reference section](legacy/api/c/) (Only for C). ## Debugging EFL Applications ## --
