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 fb618ad  ignite docs: changing the titles of the quick start guides 
for the sake of SEO
fb618ad is described below

commit fb618ad894b8eb37b491342b6f77139517d52ebb
Author: Denis Magda <dma...@gridgain.com>
AuthorDate: Wed Jan 6 20:06:36 2021 -0800

    ignite docs: changing the titles of the quick start guides for the sake of 
SEO
---
 docs/_docs/quick-start/cpp.adoc     | 2 +-
 docs/_docs/quick-start/dotnet.adoc  | 2 +-
 docs/_docs/quick-start/java.adoc    | 2 +-
 docs/_docs/quick-start/nodejs.adoc  | 2 +-
 docs/_docs/quick-start/php.adoc     | 2 +-
 docs/_docs/quick-start/python.adoc  | 2 +-
 docs/_docs/quick-start/restapi.adoc | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/_docs/quick-start/cpp.adoc b/docs/_docs/quick-start/cpp.adoc
index 94e519e..cdc3306 100644
--- a/docs/_docs/quick-start/cpp.adoc
+++ b/docs/_docs/quick-start/cpp.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for C++
+= Ignite Quick Start Guide for C++
 
 This chapter explains system requirements for running Ignite and how to 
install Ignite, start a cluster, and run a simple Hello World example in C++.
 
diff --git a/docs/_docs/quick-start/dotnet.adoc 
b/docs/_docs/quick-start/dotnet.adoc
index c5b1903..e9650c7 100644
--- a/docs/_docs/quick-start/dotnet.adoc
+++ b/docs/_docs/quick-start/dotnet.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for .NET/C#
+= Ignite Quick Start Guide for .NET/C#
 
 This chapter explains how to use .NET Core to build and run a simple Hello 
World example in .NET that starts a node, puts a value into the node and then 
gets the value.
 
diff --git a/docs/_docs/quick-start/java.adoc b/docs/_docs/quick-start/java.adoc
index cbb911e..4dbcf6f 100644
--- a/docs/_docs/quick-start/java.adoc
+++ b/docs/_docs/quick-start/java.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for Java
+= Ignite Quick Start Guide for Java
 
 This page explains system requirements for running Ignite, how to install 
Ignite, start a cluster and run a simple Hello World example.
 
diff --git a/docs/_docs/quick-start/nodejs.adoc 
b/docs/_docs/quick-start/nodejs.adoc
index af0edaf..355c958 100644
--- a/docs/_docs/quick-start/nodejs.adoc
+++ b/docs/_docs/quick-start/nodejs.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for Node.JS
+= Ignite Quick Start Guide for Node.JS
 
 This chapter explains system requirements for running Ignite, how to install 
Ignite, start a cluster and run a simple Hello World example using a thin 
client for Node.js.
 
diff --git a/docs/_docs/quick-start/php.adoc b/docs/_docs/quick-start/php.adoc
index e4ac432..ec8a6eb 100644
--- a/docs/_docs/quick-start/php.adoc
+++ b/docs/_docs/quick-start/php.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for PHP
+= Ignite Quick Start Guide for PHP
 
 This chapter explains system requirements for running Ignite and how to 
install Ignite, start a cluster, and run a simple Hello World example using a 
thin client for PHP.
 
diff --git a/docs/_docs/quick-start/python.adoc 
b/docs/_docs/quick-start/python.adoc
index ae18b40..ef96e7c 100644
--- a/docs/_docs/quick-start/python.adoc
+++ b/docs/_docs/quick-start/python.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= Ignite for Python
+= Ignite Quick Start Guide for Python
 
 This chapter explains system requirements for running Ignite and how to 
install Ignite, start a cluster, and run a simple Hello World example using a 
thin link:thin-clients/python-thin-client[client for Python].
 
diff --git a/docs/_docs/quick-start/restapi.adoc 
b/docs/_docs/quick-start/restapi.adoc
index f1e8111..6dd2d13 100644
--- a/docs/_docs/quick-start/restapi.adoc
+++ b/docs/_docs/quick-start/restapi.adoc
@@ -12,7 +12,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
-= REST API for Ignite
+= Ignite Quick Start Guide for REST API
 
 This chapter explains system requirements for running Ignite, including how to 
install Ignite, start a cluster, and run a simple Hello World example using 
Ignite's REST API.
 

Reply via email to