This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch ignite-2.9-docs
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.9-docs by this push:
     new 281766b  ignite docs: updated the index page with quick links to the 
APIs and examples
281766b is described below

commit 281766b19d6ffabed65b34c9ab6eb900cb4cb396
Author: Denis Magda <dma...@gridgain.com>
AuthorDate: Mon Dec 14 21:13:44 2020 -0800

    ignite docs: updated the index page with quick links to the APIs and 
examples
---
 docs/_docs/index.adoc | 36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

diff --git a/docs/_docs/index.adoc b/docs/_docs/index.adoc
index 73686d8..ee4d296 100644
--- a/docs/_docs/index.adoc
+++ b/docs/_docs/index.adoc
@@ -14,20 +14,40 @@
 // limitations under the License.
 = Apache Ignite Documentation
 
-Apache Ignite is a horizontally scalable, fault-tolerant distributed in-memory 
computing platform for building real-time
-applications that can process terabytes of data with in-memory speed.
+Apache Ignite is a distributed database for in-memory speed at petabyte scale.
 
-Ignite documentation introduces you to the project's main capabilities, shows 
how to use certain features, or how to
+The technical documentation introduces you to the key capabilities, shows how 
to use certain features, or how to
 approach cluster optimizations and issues troubleshooting. If you are new to 
Ignite, then start with the
 link:quick-start/java[Quick Start Guides], and build the first application in 
a matter of 5-10 minutes.
 Otherwise, select the topic of your interest and have your problems solved, 
and questions answered.
 Good luck with your Ignite journey!
 
-== Programming Languages
-include::includes/intro-languages.adoc[]
+== APIs
+
+API reference for various programming languages.
+
+*Latest Stable Version*
+
+* link:/releases/latest/javadoc/[JavaDoc]
+* link:/releases/latest/dotnetdoc/api/[C#/.NET]
+* link:/releases/latest/cppdoc/[C++]
+* link:/releases/latest/cppdoc/[Scala]
+
+*Older Versions*
 
-== Ignite Examples
+* With the top-level navigation menu, change an Ignite version and select a 
version-specific API from the APIs drop-down list.
+* Or, go to the link:/download.cgi[downloads page] for a full archive of the 
versions.
+
+== Examples
 
 The Apache Ignite github repository contains a number of runnable examples 
that illustrate various Ignite functionality.
-Refer to the link:{githubUrl}/examples[Examples^] folder in the Ignite code 
base.
-The examples are also available in the binary distribution.
+
+* link:{githubUrl}/examples[Java^]
+* link:{githubUrl}/modules/platforms/dotnet/examples[C#/.NET^]
+* link:{githubUrl}/modules/platforms/cpp/examples[C++^]
+* link:{githubUrl}/modules/platforms/python/examples[Python^]
+* link:{githubUrl}/modules/platforms/nodejs/examples[Node.JS^]
+* link:{githubUrl}/modules/platforms/php/examples[PHP^]
+
+== Programming Languages
+include::includes/intro-languages.adoc[]

Reply via email to