You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2020/12/30 05:20:09 UTC

[ignite] branch master updated: ignite docs: added a quick start section to the index page

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5514ea0  ignite docs: added a quick start section to the index page
5514ea0 is described below

commit 5514ea08596106137011323abbb79d50f44073bc
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Tue Dec 29 21:19:27 2020 -0800

    ignite docs: added a quick start section to the index page
---
 docs/_docs/index.adoc | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/index.adoc b/docs/_docs/index.adoc
index 1e8aadc..a274fb1 100644
--- a/docs/_docs/index.adoc
+++ b/docs/_docs/index.adoc
@@ -17,11 +17,24 @@
 Apache Ignite is a distributed database for in-memory speed at petabyte scale.
 
 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.
+approach cluster optimizations and issues troubleshooting. If you are new to Ignite, then start with our
+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!
 
+== Quick Start Guides
+
+Build the first application in a matter of minutes.
+
+* link:quick-start/java[Java]
+* link:quick-start/sql[SQL]
+* link:quick-start/restapi[REST API]
+* link:quick-start/dotnet[C#/.NET]
+* link:quick-start/cpp[C++]
+* link:quick-start/python[Python]
+* link:quick-start/nodejs[Node.JS]
+* link:quick-start/php[PHP]
+
 == APIs
 
 API reference for various programming languages.