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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 52053e7 releasing Ignite 3.0 alpha1 docs and updating the year on the
website
52053e7 is described below
commit 52053e7cdffb95cacdd7c2b47fa0834e75f5379a
Author: Denis Magda <[email protected]>
AuthorDate: Mon Jan 11 09:43:28 2021 -0800
releasing Ignite 3.0 alpha1 docs and updating the year on the website
---
docs/3.0.0-alpha/ignite-cli-tool.html | 292 ++++++++++++
docs/3.0.0-alpha/index.html | 269 +++++++++++
.../installation/installing-using-exe.html | 276 +++++++++++
.../quick-start/getting-started-guide.html | 529 +++++++++++++++++++++
docs/available-versions.txt | 1 +
includes/footer.html | 2 +-
6 files changed, 1368 insertions(+), 1 deletion(-)
diff --git a/docs/3.0.0-alpha/ignite-cli-tool.html
b/docs/3.0.0-alpha/ignite-cli-tool.html
new file mode 100644
index 0000000..8323c26
--- /dev/null
+++ b/docs/3.0.0-alpha/ignite-cli-tool.html
@@ -0,0 +1,292 @@
+<!DOCTYPE html>
+
+
+
+<html lang="en">
+<head>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-61232409-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-61232409-1');
+ </script>
+
+
+
+ <meta charset="UTF-8">
+ <meta name="ignite-version" content="3.0.0-alpha" />
+ <title>Ignite Cli Tool | Ignite Documentation</title>
+
+ <link rel="canonical" href="/docs/3.0.0-alpha/ignite-cli-tool" />
+ <META NAME="ROBOTS" CONTENT="NOINDEX" />
+
+
+ <link rel="stylesheet" href="/assets/css/styles.css?1610386843">
+ <link rel="stylesheet" href="/assets/css/asciidoc-pygments.css">
+ <link rel="shortcut icon" href="/favicon.ico">
+ <meta name='viewport' content='width=device-width, height=device-height,
initial-scale=1.0, minimum-scale=1.0'>
+
+ <script type="text/javascript"
src="/assets/js/anchor.min.js?1610386843"></script>
+
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
+
+
+</head>
+<body>
+ <header>
+ <!--#include virtual="/includes/promotion_banner.html" -->
+ <div class="container">
+ <button type='button' class='menu' title='Docs menu'>
+ <img src="/assets/images/menu-icon.svg"/>
+ </button>
+ <div class='home'>
+ <a href="/" class='home' title='Apache Ignite home'>
+ <img src="/assets/images/apache_ignite_logo.svg" alt="Apache
Ignite logo" width="103" >
+ </a>
+ </div>
+
+
+ <select id="version-selector">
+ <option value="3.0.0-alpha">3.0.0-alpha</option>
+ </select>
+
+ <nav id="api-docs">
+ <li><a href="#">APIs</a>
+
+ <nav class='dropdown'>
+ <li class="dropdown-item"><a
href="/releases/latest/javadoc/index.html">Java</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/dotnetdoc/api/">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/cppdoc/index.html">C++</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala</a></li>
+
+ </nav>
+ </li>
+
+ <li><a href="#">Examples</a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/examples" target="_blank"
rel="noopener" title="Apache Ignite Java examples">Java</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/dotnet/examples"
target="_blank" rel="noopener" title="Apache Ignite C#/.NET
examples">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/cpp/examples"
target="_blank" rel="noopener" title="Apache Ignite C++ examples">C++</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/python/examples"
target="_blank" rel="noopener" title="Apache Ignite Python
examples">Python</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/nodejs/examples"
target="_blank" rel="noopener" title="Apache Ignite NodeJS
examples">NodeJS</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/php/examples"
target="_blank" rel="noopener" title="Apache Ignite PHP examples">PHP</a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <form class='search'>
+ <button class="search-close" type='button'><img
src='/assets/images/cancel.svg'></button>
+ <input type="search" placeholder="Search…" id="search-input">
+ </form>
+ <button type='button' class='search-toggle'><img
src='/assets/images/search.svg'></button>
+
+ <nav id="lang-selector">
+ <li><a href="#"><img src="/assets/images/icon_lang_en.png"
alt="English language icon" /><span>▼</span></a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a href="/docs/latest/" ><img
src="/assets/images/icon_lang_en.png" alt="English language icon"
/><span>English</span></a></li>
+ <li class="dropdown-item"><a
href="https://www.ignite-service.cn/doc/java/" target="_blank"
rel="noopener"><img src="/assets/images/icon_lang_cn.png" alt="Chinese language
icon" /><span>Chinese</span></a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <button type='button' class='top-nav-toggle'>⋮</button>
+
+
+
+ </div>
+</header>
+
+
+ <link rel="stylesheet" href="/assets/css/docs.css">
+<section class='page-docs'>
+
+
+
+
+
+
+<nav class='left-nav' data-swiftype-index='false'>
+
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/index" class='' >Documentation
Overview</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/quick-start/getting-started-guide"
class='' >Getting Started Guide</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/ignite-cli-tool" class='active'
>Ignite CLI Tool</a>
+
+ </li>
+
+</nav>
+<div class="left-nav__overlay"></div>
+
+
+ <article data-swiftype-index='true'>
+ <a class='edit-link'
href="https://github.com/apache/ignite/tree/IGNITE-7595/docs/_docs/ignite-cli-tool.adoc"
target="_blank">Edit</a>
+
+ <h1>Ignite Cli Tool</h1>
+
+ <div class="sect1">
+<h2 id="ignite-cli-tool">Ignite CLI Tool</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>The Ignite CLI tool uses REST API as a communication protocol between the
node and the CLI,
+allowing you to configure the node.</p>
+</div>
+<div class="paragraph">
+<p>Below is a list of Ignite CLI tool commands with short descriptions:</p>
+</div>
+<table class="tableblock frame-all grid-all stripes-none stretch">
+<colgroup>
+<col style="width: 25%;">
+<col style="width: 75%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">Command</th>
+<th class="tableblock halign-left valign-top">Description</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>init</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Installs
Ignite core modules locally.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>module</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Manages
optional Ignite modules and external artifacts.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>module list</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Shows the
list of available optional Ignite modules.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>module add</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Adds an
optional Ignite module or an external artifact.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>module remove</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Adds an
optional Ignite module or an external artifact.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>node</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Starts,
stops and manages locally running Ignite nodes.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>node
start</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Starts an
Ignite node locally.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>node
stop</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Stops a
locally running Ignite node.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>node
classpath</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Shows the
current classpath used by the Ignite nodes.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><code>node
list</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Shows the
list of currently running local Ignite nodes.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>config</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Inspects
and updates Ignite cluster configuration.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>config get</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Gets
current Ignite cluster configuration values.</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>config set</code></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Updates
Ignite cluster configuration values.</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+ <div class="copyright">
+ © 2021 The Apache Software Foundation.<br/>
+Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are
either registered trademarks or trademarks of The Apache Software Foundation.
+
+</div>
+
+ </article>
+ <nav class="right-nav" data-swiftype-index='false'>
+ <ul class="sectlevel1">
+<li><a href="#ignite-cli-tool">Ignite CLI Tool</a></li>
+</ul>
+
+
+<footer>
+</footer>
+
+</nav>
+
+</section>
+<script type='module' src='/assets/js/code-copy-to-clipboard.js' async
crossorigin></script>
+
+ <script>
+ // inits deep anchors -- needs to be done here because of
https://www.bryanbraun.com/anchorjs/#dont-run-it-too-late
+ anchors.add('.page-docs h1, .page-docs h2, .page-docs h3:not(.discrete),
.page-docs h4, .page-docs h5');
+ anchors.options = {
+ placement: 'right',
+ visible: 'always'
+ };
+ </script>
+ <!-- load google fonts async -->
+ <script type="text/javascript">
+ WebFontConfig = {
+ google: { families: [ 'Open+Sans:300,400,600,700&display=swap' ] }
+ };
+ (function() {
+ var wf = document.createElement('script');
+ wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
+ wf.type = 'text/javascript';
+ wf.async = 'true';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wf, s);
+ })(); </script>
+ <script
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+ <script>
+ docsearch({
+ // Your apiKey and indexName will be given to you once
+ // we create your config
+ apiKey: '3eee686c0ebe39eff3baeb18c56fa5f8',
+ indexName: 'apache_ignite',
+ // Replace inputSelector with a CSS selector
+ // matching your search input
+ inputSelector: '#search-input',
+ // algoliaOptions: { 'facetFilters': ["version:$VERSION"] },
+
+ // Set debug to true to inspect the dropdown
+ debug: false,
+ });
+ </script>
+<script type='module' src='/assets/js/index.js?1610386843' async
crossorigin></script>
+<script type='module' src='/assets/js/versioning.js?1610386843' async
crossorigin></script>
+</body>
+
+</html>
diff --git a/docs/3.0.0-alpha/index.html b/docs/3.0.0-alpha/index.html
new file mode 100644
index 0000000..85458cc
--- /dev/null
+++ b/docs/3.0.0-alpha/index.html
@@ -0,0 +1,269 @@
+<!DOCTYPE html>
+
+
+
+<html lang="en">
+<head>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-61232409-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-61232409-1');
+ </script>
+
+
+
+ <meta charset="UTF-8">
+ <meta name="ignite-version" content="3.0.0-alpha" />
+ <title>Apache Ignite Documentation | Ignite Documentation</title>
+
+ <link rel="canonical" href="/docs/3.0.0-alpha/index" />
+ <META NAME="ROBOTS" CONTENT="NOINDEX" />
+
+
+ <link rel="stylesheet" href="/assets/css/styles.css?1610386843">
+ <link rel="stylesheet" href="/assets/css/asciidoc-pygments.css">
+ <link rel="shortcut icon" href="/favicon.ico">
+ <meta name='viewport' content='width=device-width, height=device-height,
initial-scale=1.0, minimum-scale=1.0'>
+
+ <script type="text/javascript"
src="/assets/js/anchor.min.js?1610386843"></script>
+
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
+
+
+</head>
+<body>
+ <header>
+ <!--#include virtual="/includes/promotion_banner.html" -->
+ <div class="container">
+ <button type='button' class='menu' title='Docs menu'>
+ <img src="/assets/images/menu-icon.svg"/>
+ </button>
+ <div class='home'>
+ <a href="/" class='home' title='Apache Ignite home'>
+ <img src="/assets/images/apache_ignite_logo.svg" alt="Apache
Ignite logo" width="103" >
+ </a>
+ </div>
+
+
+ <select id="version-selector">
+ <option value="3.0.0-alpha">3.0.0-alpha</option>
+ </select>
+
+ <nav id="api-docs">
+ <li><a href="#">APIs</a>
+
+ <nav class='dropdown'>
+ <li class="dropdown-item"><a
href="/releases/latest/javadoc/index.html">Java</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/dotnetdoc/api/">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/cppdoc/index.html">C++</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala</a></li>
+
+ </nav>
+ </li>
+
+ <li><a href="#">Examples</a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/examples" target="_blank"
rel="noopener" title="Apache Ignite Java examples">Java</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/dotnet/examples"
target="_blank" rel="noopener" title="Apache Ignite C#/.NET
examples">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/cpp/examples"
target="_blank" rel="noopener" title="Apache Ignite C++ examples">C++</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/python/examples"
target="_blank" rel="noopener" title="Apache Ignite Python
examples">Python</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/nodejs/examples"
target="_blank" rel="noopener" title="Apache Ignite NodeJS
examples">NodeJS</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/php/examples"
target="_blank" rel="noopener" title="Apache Ignite PHP examples">PHP</a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <form class='search'>
+ <button class="search-close" type='button'><img
src='/assets/images/cancel.svg'></button>
+ <input type="search" placeholder="Search…" id="search-input">
+ </form>
+ <button type='button' class='search-toggle'><img
src='/assets/images/search.svg'></button>
+
+ <nav id="lang-selector">
+ <li><a href="#"><img src="/assets/images/icon_lang_en.png"
alt="English language icon" /><span>▼</span></a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a href="/docs/latest/" ><img
src="/assets/images/icon_lang_en.png" alt="English language icon"
/><span>English</span></a></li>
+ <li class="dropdown-item"><a
href="https://www.ignite-service.cn/doc/java/" target="_blank"
rel="noopener"><img src="/assets/images/icon_lang_cn.png" alt="Chinese language
icon" /><span>Chinese</span></a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <button type='button' class='top-nav-toggle'>⋮</button>
+
+
+
+ </div>
+</header>
+
+
+ <link rel="stylesheet" href="/assets/css/docs.css">
+<section class='page-docs'>
+
+
+
+
+
+
+<nav class='left-nav' data-swiftype-index='false'>
+
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/index" class='active'
>Documentation Overview</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/quick-start/getting-started-guide"
class='' >Getting Started Guide</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/ignite-cli-tool" class='' >Ignite
CLI Tool</a>
+
+ </li>
+
+</nav>
+<div class="left-nav__overlay"></div>
+
+
+ <article data-swiftype-index='true'>
+ <a class='edit-link'
href="https://github.com/apache/ignite/tree/IGNITE-7595/docs/_docs/index.adoc"
target="_blank">Edit</a>
+
+ <h1>Apache Ignite Documentation</h1>
+
+ <div class="paragraph">
+<p>Apache Ignite is a distributed database for in-memory speed and
high-performance computing.</p>
+</div>
+<div class="paragraph">
+<p>The technical documentation introduces you to the key capabilities, shows
how to use certain features of
+the current Apache Ignite version.</p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+Though this alpha release version does not support most of the Apache Ignite
functionality,
+it introduces several new features, which are to be accompanied with other
improvements from the <a
href="https://cwiki.apache.org/confluence/display/IGNITE/Proposals+for+Ignite+3.0"
target="_blank" rel="noopener">Ignite Enhancement Proposal</a> list.
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>This alpha version of Apache Ignite, incorporating all the best solutions
over the past years,
+possesses the highest level of usability thanks to the following
improvements:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Schema-first approach: This feature introduces one-to-one mapping between
data schemas and caches/tables,
+which means that the schema is defined for a cache/table before its
creation.</p>
+</li>
+<li>
+<p>Unified Configuration: This feature is presented by a set of the following
improvements:</p>
+<div class="ulist">
+<ul>
+<li>
+<p>Platform-agnostic configuration representation</p>
+</li>
+<li>
+<p>Clear separation between configuration and any third-party code</p>
+</li>
+<li>
+<p>Predictable configuration lifecycle</p>
+</li>
+<li>
+<p>Consistent runtime configuration change support</p>
+</li>
+</ul>
+</div>
+</li>
+<li>
+<p>Ignite CLI tool: This tool functions as a single sign-on for any
operational, management, and development needs.</p>
+</li>
+<li>
+<p>See a <a
href="https://cwiki.apache.org/confluence/display/IGNITE/Proposals+for+Ignite+3.0"
target="_blank" rel="noopener">full list of improvements</a>.</p>
+</li>
+</ul>
+</div>
+ <div class="copyright">
+ © 2021 The Apache Software Foundation.<br/>
+Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are
either registered trademarks or trademarks of The Apache Software Foundation.
+
+</div>
+
+ </article>
+ <nav class="right-nav" data-swiftype-index='false'>
+
+
+
+<footer>
+</footer>
+
+</nav>
+
+</section>
+<script type='module' src='/assets/js/code-copy-to-clipboard.js' async
crossorigin></script>
+
+ <script>
+ // inits deep anchors -- needs to be done here because of
https://www.bryanbraun.com/anchorjs/#dont-run-it-too-late
+ anchors.add('.page-docs h1, .page-docs h2, .page-docs h3:not(.discrete),
.page-docs h4, .page-docs h5');
+ anchors.options = {
+ placement: 'right',
+ visible: 'always'
+ };
+ </script>
+ <!-- load google fonts async -->
+ <script type="text/javascript">
+ WebFontConfig = {
+ google: { families: [ 'Open+Sans:300,400,600,700&display=swap' ] }
+ };
+ (function() {
+ var wf = document.createElement('script');
+ wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
+ wf.type = 'text/javascript';
+ wf.async = 'true';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wf, s);
+ })(); </script>
+ <script
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+ <script>
+ docsearch({
+ // Your apiKey and indexName will be given to you once
+ // we create your config
+ apiKey: '3eee686c0ebe39eff3baeb18c56fa5f8',
+ indexName: 'apache_ignite',
+ // Replace inputSelector with a CSS selector
+ // matching your search input
+ inputSelector: '#search-input',
+ // algoliaOptions: { 'facetFilters': ["version:$VERSION"] },
+
+ // Set debug to true to inspect the dropdown
+ debug: false,
+ });
+ </script>
+<script type='module' src='/assets/js/index.js?1610386843' async
crossorigin></script>
+<script type='module' src='/assets/js/versioning.js?1610386843' async
crossorigin></script>
+</body>
+
+</html>
diff --git a/docs/3.0.0-alpha/installation/installing-using-exe.html
b/docs/3.0.0-alpha/installation/installing-using-exe.html
new file mode 100644
index 0000000..ac2893f
--- /dev/null
+++ b/docs/3.0.0-alpha/installation/installing-using-exe.html
@@ -0,0 +1,276 @@
+<!DOCTYPE html>
+
+
+
+<html lang="en">
+<head>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-61232409-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-61232409-1');
+ </script>
+
+
+
+ <meta charset="UTF-8">
+ <meta name="ignite-version" content="3.0.0-alpha" />
+ <title>Installing Using Distributive | Ignite Documentation</title>
+
+ <link rel="canonical"
href="/docs/3.0.0-alpha/installation/installing-using-exe" />
+ <META NAME="ROBOTS" CONTENT="NOINDEX" />
+
+
+ <link rel="stylesheet" href="/assets/css/styles.css?1610386843">
+ <link rel="stylesheet" href="/assets/css/asciidoc-pygments.css">
+ <link rel="shortcut icon" href="/favicon.ico">
+ <meta name='viewport' content='width=device-width, height=device-height,
initial-scale=1.0, minimum-scale=1.0'>
+
+ <script type="text/javascript"
src="/assets/js/anchor.min.js?1610386843"></script>
+
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
+
+
+</head>
+<body>
+ <header>
+ <!--#include virtual="/includes/promotion_banner.html" -->
+ <div class="container">
+ <button type='button' class='menu' title='Docs menu'>
+ <img src="/assets/images/menu-icon.svg"/>
+ </button>
+ <div class='home'>
+ <a href="/" class='home' title='Apache Ignite home'>
+ <img src="/assets/images/apache_ignite_logo.svg" alt="Apache
Ignite logo" width="103" >
+ </a>
+ </div>
+
+
+ <select id="version-selector">
+ <option value="3.0.0-alpha">3.0.0-alpha</option>
+ </select>
+
+ <nav id="api-docs">
+ <li><a href="#">APIs</a>
+
+ <nav class='dropdown'>
+ <li class="dropdown-item"><a
href="/releases/latest/javadoc/index.html">Java</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/dotnetdoc/api/">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/cppdoc/index.html">C++</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala</a></li>
+
+ </nav>
+ </li>
+
+ <li><a href="#">Examples</a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/examples" target="_blank"
rel="noopener" title="Apache Ignite Java examples">Java</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/dotnet/examples"
target="_blank" rel="noopener" title="Apache Ignite C#/.NET
examples">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/cpp/examples"
target="_blank" rel="noopener" title="Apache Ignite C++ examples">C++</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/python/examples"
target="_blank" rel="noopener" title="Apache Ignite Python
examples">Python</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/nodejs/examples"
target="_blank" rel="noopener" title="Apache Ignite NodeJS
examples">NodeJS</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/php/examples"
target="_blank" rel="noopener" title="Apache Ignite PHP examples">PHP</a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <form class='search'>
+ <button class="search-close" type='button'><img
src='/assets/images/cancel.svg'></button>
+ <input type="search" placeholder="Search…" id="search-input">
+ </form>
+ <button type='button' class='search-toggle'><img
src='/assets/images/search.svg'></button>
+
+ <nav id="lang-selector">
+ <li><a href="#"><img src="/assets/images/icon_lang_en.png"
alt="English language icon" /><span>▼</span></a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a href="/docs/latest/" ><img
src="/assets/images/icon_lang_en.png" alt="English language icon"
/><span>English</span></a></li>
+ <li class="dropdown-item"><a
href="https://www.ignite-service.cn/doc/java/" target="_blank"
rel="noopener"><img src="/assets/images/icon_lang_cn.png" alt="Chinese language
icon" /><span>Chinese</span></a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <button type='button' class='top-nav-toggle'>⋮</button>
+
+
+
+ </div>
+</header>
+
+
+ <link rel="stylesheet" href="/assets/css/docs.css">
+<section class='page-docs'>
+
+
+
+
+
+
+<nav class='left-nav' data-swiftype-index='false'>
+
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/index" class='' >Documentation
Overview</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/quick-start/getting-started-guide"
class='' >Getting Started Guide</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/ignite-cli-tool" class='' >Ignite
CLI Tool</a>
+
+ </li>
+
+</nav>
+<div class="left-nav__overlay"></div>
+
+
+ <article data-swiftype-index='true'>
+ <a class='edit-link'
href="https://github.com/apache/ignite/tree/IGNITE-7595/docs/_docs/installation/installing-using-exe.adoc"
target="_blank">Edit</a>
+
+ <h1>Installing Using Distributive</h1>
+
+ <div class="sect1">
+<h2 id="prerequisites">Prerequisites</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Ignite was tested on:</p>
+</div>
+<table class="tableblock frame-all grid-all stripes-even stretch">
+<colgroup>
+<col style="width: 25%;">
+<col style="width: 75%;">
+</colgroup>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock">JDK</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">11 and
later</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">OS</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Linux
(Ubuntu 20.04), Windows (10 Home), macOS</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect1">
+<h2 id="installing-using-distributive">Installing Using Distributive</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>To install Apache Ignite, perform the following steps:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Navigate to <a href="https://ignite.apache.org/download.cgi"
target="_blank" rel="noopener">Apache Ignite Downloads</a> page to download the
distributive.</p>
+</li>
+<li>
+<p>Put the distributed file into the installation folder in your system.</p>
+</li>
+<li>
+<p>Either execute the file or run it in the command line.</p>
+</li>
+<li>
+<p>Optionally, set the Windows PATH to point to the installation folder and
make sure there is no trailing / (or \ for Windows) in the path.</p>
+</li>
+</ol>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+Depending on your system, you may need additional permissions during the
installation.
+To grant permissions for Linux, run the <code>chmod +x ignite</code> standard
command.
+</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+ <div class="copyright">
+ © 2021 The Apache Software Foundation.<br/>
+Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are
either registered trademarks or trademarks of The Apache Software Foundation.
+
+</div>
+
+ </article>
+ <nav class="right-nav" data-swiftype-index='false'>
+ <ul class="sectlevel1">
+<li><a href="#prerequisites">Prerequisites</a></li>
+<li><a href="#installing-using-distributive">Installing Using
Distributive</a></li>
+</ul>
+
+
+<footer>
+</footer>
+
+</nav>
+
+</section>
+<script type='module' src='/assets/js/code-copy-to-clipboard.js' async
crossorigin></script>
+
+ <script>
+ // inits deep anchors -- needs to be done here because of
https://www.bryanbraun.com/anchorjs/#dont-run-it-too-late
+ anchors.add('.page-docs h1, .page-docs h2, .page-docs h3:not(.discrete),
.page-docs h4, .page-docs h5');
+ anchors.options = {
+ placement: 'right',
+ visible: 'always'
+ };
+ </script>
+ <!-- load google fonts async -->
+ <script type="text/javascript">
+ WebFontConfig = {
+ google: { families: [ 'Open+Sans:300,400,600,700&display=swap' ] }
+ };
+ (function() {
+ var wf = document.createElement('script');
+ wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
+ wf.type = 'text/javascript';
+ wf.async = 'true';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wf, s);
+ })(); </script>
+ <script
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+ <script>
+ docsearch({
+ // Your apiKey and indexName will be given to you once
+ // we create your config
+ apiKey: '3eee686c0ebe39eff3baeb18c56fa5f8',
+ indexName: 'apache_ignite',
+ // Replace inputSelector with a CSS selector
+ // matching your search input
+ inputSelector: '#search-input',
+ // algoliaOptions: { 'facetFilters': ["version:$VERSION"] },
+
+ // Set debug to true to inspect the dropdown
+ debug: false,
+ });
+ </script>
+<script type='module' src='/assets/js/index.js?1610386843' async
crossorigin></script>
+<script type='module' src='/assets/js/versioning.js?1610386843' async
crossorigin></script>
+</body>
+
+</html>
diff --git a/docs/3.0.0-alpha/quick-start/getting-started-guide.html
b/docs/3.0.0-alpha/quick-start/getting-started-guide.html
new file mode 100644
index 0000000..d7f70eb
--- /dev/null
+++ b/docs/3.0.0-alpha/quick-start/getting-started-guide.html
@@ -0,0 +1,529 @@
+<!DOCTYPE html>
+
+
+
+<html lang="en">
+<head>
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async
src="https://www.googletagmanager.com/gtag/js?id=UA-61232409-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-61232409-1');
+ </script>
+
+
+
+ <meta charset="UTF-8">
+ <meta name="ignite-version" content="3.0.0-alpha" />
+ <title>Getting Started Guide | Ignite Documentation</title>
+
+ <link rel="canonical"
href="/docs/3.0.0-alpha/quick-start/getting-started-guide" />
+ <META NAME="ROBOTS" CONTENT="NOINDEX" />
+
+
+ <link rel="stylesheet" href="/assets/css/styles.css?1610386844">
+ <link rel="stylesheet" href="/assets/css/asciidoc-pygments.css">
+ <link rel="shortcut icon" href="/favicon.ico">
+ <meta name='viewport' content='width=device-width, height=device-height,
initial-scale=1.0, minimum-scale=1.0'>
+
+ <script type="text/javascript"
src="/assets/js/anchor.min.js?1610386844"></script>
+
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
+
+
+</head>
+<body>
+ <header>
+ <!--#include virtual="/includes/promotion_banner.html" -->
+ <div class="container">
+ <button type='button' class='menu' title='Docs menu'>
+ <img src="/assets/images/menu-icon.svg"/>
+ </button>
+ <div class='home'>
+ <a href="/" class='home' title='Apache Ignite home'>
+ <img src="/assets/images/apache_ignite_logo.svg" alt="Apache
Ignite logo" width="103" >
+ </a>
+ </div>
+
+
+ <select id="version-selector">
+ <option value="3.0.0-alpha">3.0.0-alpha</option>
+ </select>
+
+ <nav id="api-docs">
+ <li><a href="#">APIs</a>
+
+ <nav class='dropdown'>
+ <li class="dropdown-item"><a
href="/releases/latest/javadoc/index.html">Java</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/dotnetdoc/api/">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/cppdoc/index.html">C++</a></li>
+
+ <li class="dropdown-item"><a
href="/releases/latest/scaladoc/scalar/index.html#org.apache.ignite.scalar.scalar$">Scala</a></li>
+
+ </nav>
+ </li>
+
+ <li><a href="#">Examples</a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/examples" target="_blank"
rel="noopener" title="Apache Ignite Java examples">Java</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/dotnet/examples"
target="_blank" rel="noopener" title="Apache Ignite C#/.NET
examples">C#/.NET</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/cpp/examples"
target="_blank" rel="noopener" title="Apache Ignite C++ examples">C++</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/python/examples"
target="_blank" rel="noopener" title="Apache Ignite Python
examples">Python</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/nodejs/examples"
target="_blank" rel="noopener" title="Apache Ignite NodeJS
examples">NodeJS</a></li>
+
+ <li class="dropdown-item"><a
href="https://github.com/apache/ignite/tree/master/modules/platforms/php/examples"
target="_blank" rel="noopener" title="Apache Ignite PHP examples">PHP</a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <form class='search'>
+ <button class="search-close" type='button'><img
src='/assets/images/cancel.svg'></button>
+ <input type="search" placeholder="Search…" id="search-input">
+ </form>
+ <button type='button' class='search-toggle'><img
src='/assets/images/search.svg'></button>
+
+ <nav id="lang-selector">
+ <li><a href="#"><img src="/assets/images/icon_lang_en.png"
alt="English language icon" /><span>▼</span></a>
+ <nav class="dropdown">
+ <li class="dropdown-item"><a href="/docs/latest/" ><img
src="/assets/images/icon_lang_en.png" alt="English language icon"
/><span>English</span></a></li>
+ <li class="dropdown-item"><a
href="https://www.ignite-service.cn/doc/java/" target="_blank"
rel="noopener"><img src="/assets/images/icon_lang_cn.png" alt="Chinese language
icon" /><span>Chinese</span></a></li>
+ </nav>
+ </li>
+ </nav>
+
+ <button type='button' class='top-nav-toggle'>⋮</button>
+
+
+
+ </div>
+</header>
+
+
+ <link rel="stylesheet" href="/assets/css/docs.css">
+<section class='page-docs'>
+
+
+
+
+
+
+<nav class='left-nav' data-swiftype-index='false'>
+
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/index" class='' >Documentation
Overview</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/quick-start/getting-started-guide"
class='active' >Getting Started Guide</a>
+
+ </li>
+
+ <li>
+
+
+ <a href="/docs/3.0.0-alpha/ignite-cli-tool" class='' >Ignite
CLI Tool</a>
+
+ </li>
+
+</nav>
+<div class="left-nav__overlay"></div>
+
+
+ <article data-swiftype-index='true'>
+ <a class='edit-link'
href="https://github.com/apache/ignite/tree/IGNITE-7595/docs/_docs/quick-start/getting-started-guide.adoc"
target="_blank">Edit</a>
+
+ <h1>Getting Started Guide</h1>
+
+ <div id="preamble">
+<div class="sectionbody">
+<div class="paragraph">
+<p>This guide provides essential details on how to start working with Ignite
3.0 by using the Ignite CLI tool,
+including the following information:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>How to download and install the tool</p>
+</li>
+<li>
+<p>How to manage nodes using the Ignite CLI tool</p>
+</li>
+<li>
+<p>Additional information regarding the use of the tool</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="prerequisites">Prerequisites</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Ignite 3.0 was officially tested on:</p>
+</div>
+<table class="tableblock frame-all grid-all stripes-even stretch">
+<colgroup>
+<col style="width: 25%;">
+<col style="width: 75%;">
+</colgroup>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p
class="tableblock">JDK</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">11 and
later</p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">OS</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Linux
(Ubuntu 20.04), Windows (10 Home), macOS</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect1">
+<h2 id="installing-ignite-cli-tool">Installing Ignite CLI Tool</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>To download and install the Ignite CLI Tool, follow the steps below:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Create a folder. For example, use a Linux command similar to the
following:</p>
+<code-tabs><code-tab data-tab='Unix'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell"><span class="nb">mkdir
</span>ignite3 <span class="o">&&</span> <span class="nb">cd
</span>ignite3</code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (PowerShell)'><div
class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell"><span
class="o">(</span><span class="nb">mkdir </span>ignite3<span class="o">)</span>
<span class="nt">-AND</span> <span class="o">(</span><span class="nb">cd
</span>ignite3<span class="o">)</span></code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (CMD)'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell"><span class="nb">mkdir
</span>ignite3 & <span class="nb">cd </span>ignite3</code></pre>
+</div>
+</div></code-tab></code-tabs>
+</li>
+<li>
+<p>Download the Ignite CLI tool and set required execute permissions:</p>
+<code-tabs><code-tab data-tab='Unix'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">curl <span
class="nt">-L</span> <span
class="s2">"https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite"</span>
<span class="nt">-o</span> ignite <span class="o">&&</span> <span
class="nb">chmod</span> +x ignite</code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (PowerShell)'><div
class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">curl <span
class="nt">-L</span> <span
class="s2">"https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe"</span>
<span class="nt">-o</span> ignite.exe</code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (CMD)'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">curl <span
class="nt">-L</span> <span
class="s2">"https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha1/ignite.exe"</span>
<span class="nt">-o</span> ignite.exe</code></pre>
+</div>
+</div></code-tab></code-tabs>
+</li>
+<li>
+<p>Add your installation directory to the PATH environment variable:</p>
+<code-tabs><code-tab data-tab='Unix'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell"><span
class="nb">echo</span> <span class="s1">'export PATH="'</span><span
class="sb">`</span><span class="nb">pwd</span><span class="sb">`</span><span
class="s1">':$PATH"'</span> <span class="o">>></span> ~/.bash_profile
<span class="o">&&</span> <span class="nb">source</span>
~/.bash_profile</code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (PowerShell)'><div
class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell"><span
class="nv">$ENV</span>:PATH +<span class="o">=</span> <span
class="s2">";."</span></code></pre>
+</div>
+</div></code-tab><code-tab data-tab='Windows (CMD)'><div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="text">set
PATH=%cd%;%PATH%</code></pre>
+</div>
+</div></code-tab></code-tabs>
+</li>
+</ol>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+On Windows, this latter change is not permanent and will only affect the
current terminal session. If you want the
+<code>ignite</code> command to be available after terminal or system restart,
use the <code>System Properties</code> dialog to
+permanently update the <code>PATH</code> environment variable by adding a full
path to the Ignite installation directory.
+</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="using-ignite-cli-tool">Using Ignite CLI Tool</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Ignite CLI is a single entry point for all the Ignite operations. For
example, it allows you to perform the following
+actions:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Manage existing nodes</p>
+</li>
+<li>
+<p>Install new nodes</p>
+</li>
+<li>
+<p>Update old nodes to new versions</p>
+</li>
+<li>
+<p>Install or remove optional modules</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>Let’s use some of the <a href="#Ignite CLI Tool Commands">[Ignite CLI
Tool Commands]</a>.</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Use the command below to see the full list:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>Pass the <code>--help</code> parameter to the previous command to get its
detailed description:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite init <span
class="nt">--help</span></code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="installing-ignite-artifacts-and-dependencies">Installing Ignite
Artifacts and Dependencies</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Ignite CLI allows to install Ignite modules and 3rd party Maven
dependencies.</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>To start an Ignite 3.0 cluster, you need to install Ignite core artifacts
first:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite init</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>Use the <code>module add</code> command to download Guava from Maven and
add it to the Ignite classpath:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite module add
mvn:com.google.guava:guava:23.0</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>Confirm the library is added to the Ignite dependencies list:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite module
list</code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="starting-a-node">Starting a Node</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>This section explains how to start a node, how to stop, and perform other
basic operations with it.</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Start a cluster node setting <code>myFirstNode</code> as a node unique
identifier:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite node start
myFirstNode</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>Confirm the node is started and running:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite node
list</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>This command also displays the path to the log file.</p>
+</div>
+</li>
+<li>
+<p>To view the log, use the log file path from the previous step result. To
open the log file, use any suitable approach.
+For example, use the <code>cat</code> command on a Unix operating system.</p>
+</li>
+</ol>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="working-with-the-cluster">Working With the Cluster</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>The Ignite CLI tool also allows to perform some operations with a cluster
using the <code>config</code> command.</p>
+</div>
+<div class="paragraph">
+<p>See some of the examples below:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Read the cluster configuration:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite config
get</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>It can be performed either for the whole tree or filtered via the
<code>--selector</code> option.</p>
+</div>
+</li>
+<li>
+<p>Update the baseline topology auto-adjustment timeout:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite config <span
class="nb">set </span>local.baseline.autoAdjust.timeout<span
class="o">=</span>20000</code></pre>
+</div>
+</div>
+</li>
+<li>
+<p>Confirm the change is applied:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite config get <span
class="nt">--selector</span><span
class="o">=</span>local.baseline.autoAdjust.timeout</code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="stopping-the-cluster">Stopping the Cluster</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>To stop the node, use the command below passing <code>myFirstNode</code> as
a node unique identifier:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="rouge highlight"><code data-lang="shell">ignite node stop
myFirstNode</code></pre>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="next-steps">Next Steps</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>From here, you may want to:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Check out the <a href="/docs/3.0.0-alpha/ignite-cli-tool">Ignite CLI
Tool</a> page for more detail on supported commands.</p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+ <div class="copyright">
+ © 2021 The Apache Software Foundation.<br/>
+Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are
either registered trademarks or trademarks of The Apache Software Foundation.
+
+</div>
+
+ </article>
+ <nav class="right-nav" data-swiftype-index='false'>
+ <ul class="sectlevel1">
+<li><a href="#prerequisites">Prerequisites</a></li>
+<li><a href="#installing-ignite-cli-tool">Installing Ignite CLI Tool</a></li>
+<li><a href="#using-ignite-cli-tool">Using Ignite CLI Tool</a></li>
+<li><a href="#installing-ignite-artifacts-and-dependencies">Installing Ignite
Artifacts and Dependencies</a></li>
+<li><a href="#starting-a-node">Starting a Node</a></li>
+<li><a href="#working-with-the-cluster">Working With the Cluster</a></li>
+<li><a href="#stopping-the-cluster">Stopping the Cluster</a></li>
+<li><a href="#next-steps">Next Steps</a></li>
+</ul>
+
+
+<footer>
+</footer>
+
+</nav>
+
+</section>
+<script type='module' src='/assets/js/code-copy-to-clipboard.js' async
crossorigin></script>
+
+ <script>
+ // inits deep anchors -- needs to be done here because of
https://www.bryanbraun.com/anchorjs/#dont-run-it-too-late
+ anchors.add('.page-docs h1, .page-docs h2, .page-docs h3:not(.discrete),
.page-docs h4, .page-docs h5');
+ anchors.options = {
+ placement: 'right',
+ visible: 'always'
+ };
+ </script>
+ <!-- load google fonts async -->
+ <script type="text/javascript">
+ WebFontConfig = {
+ google: { families: [ 'Open+Sans:300,400,600,700&display=swap' ] }
+ };
+ (function() {
+ var wf = document.createElement('script');
+ wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
+ wf.type = 'text/javascript';
+ wf.async = 'true';
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(wf, s);
+ })(); </script>
+ <script
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
+ <script>
+ docsearch({
+ // Your apiKey and indexName will be given to you once
+ // we create your config
+ apiKey: '3eee686c0ebe39eff3baeb18c56fa5f8',
+ indexName: 'apache_ignite',
+ // Replace inputSelector with a CSS selector
+ // matching your search input
+ inputSelector: '#search-input',
+ // algoliaOptions: { 'facetFilters': ["version:$VERSION"] },
+
+ // Set debug to true to inspect the dropdown
+ debug: false,
+ });
+ </script>
+<script type='module' src='/assets/js/index.js?1610386844' async
crossorigin></script>
+<script type='module' src='/assets/js/versioning.js?1610386844' async
crossorigin></script>
+</body>
+
+</html>
diff --git a/docs/available-versions.txt b/docs/available-versions.txt
index a613fdb..9eb0511 100644
--- a/docs/available-versions.txt
+++ b/docs/available-versions.txt
@@ -1,2 +1,3 @@
2.9.1
2.9.0
+3.0.0-alpha
diff --git a/includes/footer.html b/includes/footer.html
index 26b72a9..79c534b 100644
--- a/includes/footer.html
+++ b/includes/footer.html
@@ -32,7 +32,7 @@
</ul -->
</nav>
<div class="col-md-7 copyright">
- <p>© 2015 - 2020 <a href="http://www.apache.org/">The
Apache Software Foundation</a>.<br/>
+ <p>© 2015 - 2021 <a href="http://www.apache.org/">The
Apache Software Foundation</a>.<br/>
Apache, Apache Ignite, the Apache feather and the Apache
Ignite logo are either registered trademarks
or trademarks of The Apache Software Foundation. <br /><a
href="http://apache.org/foundation/policies/privacy.html" target="_blank"
rel="noopener nofollow">Privacy Policy</a></p>