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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5be2cda0 docs: add hugegraph-server docker deployment guide (#253) 
fb136b3720ea3f2ad9091ab62d3bf9d7103926dc
5be2cda0 is described below

commit 5be2cda0304f0d429b0d6ff10456249463899672
Author: simon824 <[email protected]>
AuthorDate: Mon May 29 04:08:30 2023 +0000

    docs: add hugegraph-server docker deployment guide (#253) 
fb136b3720ea3f2ad9091ab62d3bf9d7103926dc
---
 cn/docs/_print/index.html                      |  4 ++--
 cn/docs/index.xml                              |  3 +++
 cn/docs/quickstart/_print/index.html           |  4 ++--
 cn/docs/quickstart/hugegraph-server/index.html | 18 +++++++++---------
 cn/docs/quickstart/index.xml                   |  3 +++
 cn/sitemap.xml                                 |  2 +-
 docs/_print/index.html                         |  6 +++---
 docs/index.xml                                 |  6 ++++--
 docs/quickstart/_print/index.html              |  6 +++---
 docs/quickstart/hugegraph-server/index.html    | 12 ++++++------
 docs/quickstart/index.xml                      |  6 ++++--
 en/index.html                                  |  2 +-
 en/sitemap.xml                                 |  2 +-
 sitemap.xml                                    |  2 +-
 14 files changed, 43 insertions(+), 33 deletions(-)

diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index 07d2a552..3246021a 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -8,7 +8,7 @@
 
知识图谱等,适用业务领域有如网络安全、电信诈骗、金融风控、广告推荐、社交网络和智能机器人等。</p><p>本系统的主要应用场景是解决反欺诈、威胁情报、黑产打击等业务的图数据存储和建模分析需求,在此基础上逐步扩展及支持了更多的通用图应用。</p><h3
 
id=features>Features</h3><p>HugeGraph支持在线及离线环境下的图操作,支持批量导入数据,支持高效的复杂关联关系分析,并且能够与大数据平台无缝集成。
 HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并及时得到图查询结果,也可在用户程序中调用HugeGraph 
API进行图分析或查询。</p><p>本系统具备如下特点:</p><ul><li>易用:HugeGraph支持Gremlin图查询语言与RESTful 
API,同时提供图检索常用接口,具备功能齐全的周边工具,轻松实现基于图的各种查询分析运算。</li><li>高效:HugeGraph在图存储和图计算方面做了深度优化,提供多种批量导入工具,轻松完成百亿级数据快速导入,通过优化过的查询达到图检索的毫秒级响应。支持数千用户并发的在线实时操作。</li><li>通用:HugeGraph支持Apache
 Gremlin标准图查询语言和Property Graph标准图建模方法,支持基于图的OLTP和OLAP方案。集成Apache Hadoop及Apache 
Spark大数据平台。</li><li>可扩展:支持分布式存储、数据多副本及横向扩容,内置多种后端存储引擎,也可插件
 式轻松扩展后端存储引擎。</li><li>开放:HugeGraph代码开源(A [...]
 </span></span></code></pre></div><h4 id=22-安装gcc-430glibcxx_3410或更新版本可选>2.2 
安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)</h4><p>如果使用的是RocksDB后端,请务必执行<code>gcc 
--version</code>命令查看gcc版本;若使用其他后端,则不需要。</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span>gcc --version
-</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
+</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li><li>方式4:使用Docker容器</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
 最新的 HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># download toolchain package, it includes 
loader + tool + hubble, please check the latest version (here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -39,7 +39,7 @@ HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h3 id=4-配置>4 
配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
+</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h4 id=34-使用docker容器>3.4 使用Docker容器</h4><p>可参考<a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker部署方式</a>。</p><h3 
id=4-配置>4 配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
 详细的配置介绍请参考<a href=/docs/config/config-guide>配置文档</a>及<a 
href=/docs/config/config-option>配置项介绍</a></p><h3 id=5-启动>5 
启动</h3><p>启动分为"首次启动"和"非首次启动",这么区分是因为在第一次启动前需要初始化后端数据库,然后启动服务。
 
而在人为停掉服务后,或者其他原因需要再次启动服务时,因为后端数据库是持久化存在的,直接启动服务即可。</p><p>HugeGraphServer启动时会连接后端存储并尝试检查后端存储版本号,如果未初始化后端或者后端已初始化但版本不匹配时(旧版本数据),HugeGraphServer会启动失败,并给出错误信息。</p><p>如果需要外部访问HugeGraphServer,请修改<code>rest-server.properties</code>的<code>restserver.url</code>配置项
 
(默认为<code>http://127.0.0.1:8080</code>),修改成机器名或IP地址。</p><p>由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。</p><h4
 id=51-memory>5.1 Memory</h4><p>修改 hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>backend=memory
diff --git a/cn/docs/index.xml b/cn/docs/index.xml
index 2d48e9c7..e210af4a 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -1263,6 +1263,7 @@
 &lt;li>方式1:一键部署&lt;/li>
 &lt;li>方式2:下载tar包&lt;/li>
 &lt;li>方式3:源码编译&lt;/li>
+&lt;li>方式4:使用Docker容器&lt;/li>
 &lt;/ul>
 &lt;h4 id="31-一键部署">3.1 一键部署&lt;/h4>
 &lt;p>HugeGraph-Tools 提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 
和 HugeGraph-Hubble
@@ -1309,6 +1310,8 @@
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#ce5c00;font-weight:bold">[&lt;/span>INFO&lt;span 
style="color:#ce5c00;font-weight:bold">]&lt;/span> 
------------------------------------------------------------------------
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>......
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>执行成功后,在hugegraph目录下生成 
hugegraph-*.tar.gz 文件,就是编译生成的tar包。&lt;/p>
+&lt;h4 id="34-使用docker容器">3.4 使用Docker容器&lt;/h4>
+&lt;p>可参考&lt;a 
href="https://hub.docker.com/r/hugegraph/hugegraph";>Docker部署方式&lt;/a>。&lt;/p>
 &lt;h3 id="4-配置">4 配置&lt;/h3>
 &lt;p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
 详细的配置介绍请参考&lt;a href="/docs/config/config-guide">配置文档&lt;/a>及&lt;a 
href="/docs/config/config-option">配置项介绍&lt;/a>&lt;/p>
diff --git a/cn/docs/quickstart/_print/index.html 
b/cn/docs/quickstart/_print/index.html
index 162096d2..22707513 100644
--- a/cn/docs/quickstart/_print/index.html
+++ b/cn/docs/quickstart/_print/index.html
@@ -2,7 +2,7 @@
 <link rel=stylesheet href=/css/prism.css><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script 
async src=https://www.google-analytics.com/analytics.js></script></head><body 
class=td-section><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/c 
[...]
 <a href=# onclick="return print(),!1">Click here to print</a>.</p><p><a 
href=/cn/docs/quickstart/>Return to the regular view of this 
page</a>.</p></div><h1 class=title>Quick Start</h1><ul><li>1: <a 
href=#pg-8ec2ee5fd8ff8e48255d55eab65d92b6>HugeGraph-Server Quick 
Start</a></li><li>2: <a 
href=#pg-685a02f8811d86f1ce195d7c73d9ea44>HugeGraph-Loader Quick 
Start</a></li><li>3: <a 
href=#pg-06d4cae527789fcda01ebf4e48c6559f>HugeGraph-Tools Quick 
Start</a></li><li>4: <a href=#pg-751ed124ec6dbb96d5e [...]
 </span></span></code></pre></div><h4 id=22-安装gcc-430glibcxx_3410或更新版本可选>2.2 
安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)</h4><p>如果使用的是RocksDB后端,请务必执行<code>gcc 
--version</code>命令查看gcc版本;若使用其他后端,则不需要。</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span>gcc --version
-</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
+</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li><li>方式4:使用Docker容器</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
 最新的 HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># download toolchain package, it includes 
loader + tool + hubble, please check the latest version (here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -33,7 +33,7 @@
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h3 id=4-配置>4 
配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
+</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h4 id=34-使用docker容器>3.4 使用Docker容器</h4><p>可参考<a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker部署方式</a>。</p><h3 
id=4-配置>4 配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
 详细的配置介绍请参考<a href=/docs/config/config-guide>配置文档</a>及<a 
href=/docs/config/config-option>配置项介绍</a></p><h3 id=5-启动>5 
启动</h3><p>启动分为"首次启动"和"非首次启动",这么区分是因为在第一次启动前需要初始化后端数据库,然后启动服务。
 
而在人为停掉服务后,或者其他原因需要再次启动服务时,因为后端数据库是持久化存在的,直接启动服务即可。</p><p>HugeGraphServer启动时会连接后端存储并尝试检查后端存储版本号,如果未初始化后端或者后端已初始化但版本不匹配时(旧版本数据),HugeGraphServer会启动失败,并给出错误信息。</p><p>如果需要外部访问HugeGraphServer,请修改<code>rest-server.properties</code>的<code>restserver.url</code>配置项
 
(默认为<code>http://127.0.0.1:8080</code>),修改成机器名或IP地址。</p><p>由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。</p><h4
 id=51-memory>5.1 Memory</h4><p>修改 hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>backend=memory
diff --git a/cn/docs/quickstart/hugegraph-server/index.html 
b/cn/docs/quickstart/hugegraph-server/index.html
index d342e395..b843fb8e 100644
--- a/cn/docs/quickstart/hugegraph-server/index.html
+++ b/cn/docs/quickstart/hugegraph-server/index.html
@@ -7,24 +7,24 @@ Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,
 在往下阅读之前务必执行java -version命令查看jdk版本
 java -version 2.2 安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选) 
如果使用的是RocksDB后端,请务必执行gcc --version命令查看gcc版本;若使用其他后端,则不需要。
 gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
-方式1:一键部署 方式2:下载tar包 方式3:源码编译 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
-# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1.0.0) wget https://downloads.";><meta 
property="og:type" content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2023-05-09T21:27:34+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name 
content="HugeGraph-Server Quick Start"><meta  [...]
+方式1:一键部署 方式2:下载tar包 方式3:源码编译 方式4:使用Docker容器 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
+# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1."><meta property="og:type" 
content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2023-05-29T12:07:50+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name 
content="HugeGraph-Server Quick Start"><meta itemprop=description content [...]
 
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
 Server,将Client的HTTP请求转化为对Core的调用。
 
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
 2 依赖 2.1 安装 Java 11 (JDK 11) 请优先考虑在 Java11 的环境上启动 HugeGraph-Server, 目前同时保留对 
Java8 的兼容
 在往下阅读之前务必执行java -version命令查看jdk版本
 java -version 2.2 安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选) 
如果使用的是RocksDB后端,请务必执行gcc --version命令查看gcc版本;若使用其他后端,则不需要。
 gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
-方式1:一键部署 方式2:下载tar包 方式3:源码编译 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
-# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1.0.0) wget https://downloads.";><meta 
itemprop=dateModified content="2023-05-09T21:27:34+08:00"><meta 
itemprop=wordCount content="818"><meta itemprop=keywords content><meta 
name=twitter:card content="summary"><meta name=twitter:title 
content="HugeGraph-Server Quick Start"><meta name=twitter:description 
content="1 HugeGraph-Server概述 HugeGraph-Server 是 HugeGraph 
项目的核心部分,包含Core、Backend [...]
+方式1:一键部署 方式2:下载tar包 方式3:源码编译 方式4:使用Docker容器 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
+# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1."><meta itemprop=dateModified 
content="2023-05-29T12:07:50+08:00"><meta itemprop=wordCount 
content="822"><meta itemprop=keywords content><meta name=twitter:card 
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick 
Start"><meta name=twitter:description content="1 HugeGraph-Server概述 
HugeGraph-Server 是 HugeGraph 项目的核心部分,包含Core、Backend、API等子模块。
 
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
 Server,将Client的HTTP请求转化为对Core的调用。
 
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
 2 依赖 2.1 安装 Java 11 (JDK 11) 请优先考虑在 Java11 的环境上启动 HugeGraph-Server, 目前同时保留对 
Java8 的兼容
 在往下阅读之前务必执行java -version命令查看jdk版本
 java -version 2.2 安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选) 
如果使用的是RocksDB后端,请务必执行gcc --version命令查看gcc版本;若使用其他后端,则不需要。
 gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
-方式1:一键部署 方式2:下载tar包 方式3:源码编译 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
-# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1.0.0) wget https://downloads.";><link rel=preload 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 as=style><link 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 rel=stylesheet integrity><script 
src=https://code.jquery.com/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0 [...]
+方式1:一键部署 方式2:下载tar包 方式3:源码编译 方式4:使用Docker容器 3.1 一键部署 HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble 最新的 
HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了
+# download toolchain package, it includes loader + tool + hubble, please check 
the latest version (here is 1."><link rel=preload 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 as=style><link 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 rel=stylesheet integrity><script 
src=https://code.jquery.com/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 
crossorigin=anonymous></script>
 <link rel=stylesheet href=/css/prism.css><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script 
async src=https://www.google-analytics.com/analytics.js></script></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/cn/> 
[...]
 <a 
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/cn/docs/quickstart/hugegraph-server.md
 class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit 
fa-fw"></i> Edit this page</a>
 <a 
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/cn/docs/quickstart/hugegraph-server.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+mat
 [...]
@@ -32,7 +32,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
 <a href=https://github.com/apache/incubator-hugegraph/issues/new 
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas 
fa-tasks fa-fw"></i> Create project issue</a>
 <a id=print href=/cn/docs/quickstart/_print/><i class="fa fa-print fa-fw"></i> 
Print entire section</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#1-hugegraph-server概述>1 
HugeGraph-Server概述</a></li><li><a href=#2-依赖>2 依赖</a></li><li><a href=#3-部署>3 
部署</a></li><li><a href=#4-配置>4 配置</a></li><li><a href=#5-启动>5 启动</a></li><li><a 
href=#6-访问server>6 访问Server</a></li><li><a href=#7-停止server>7 
停止Server</a></li></ul></li></ul></nav></div></aside><main class="col-12 c [...]
 </span></span></code></pre></div><h4 id=22-安装gcc-430glibcxx_3410或更新版本可选>2.2 
安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)</h4><p>如果使用的是RocksDB后端,请务必执行<code>gcc 
--version</code>命令查看gcc版本;若使用其他后端,则不需要。</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span>gcc --version
-</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
+</span></span></code></pre></div><h3 id=3-部署>3 
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li><li>方式4:使用Docker容器</li></ul><h4
 id=31-一键部署>3.1 一键部署</h4><p>HugeGraph-Tools 
提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 和 HugeGraph-Hubble
 最新的 HugeGraph-Toolchain 中已经包含所有的这些工具, 直接下载它解压就有工具包集合了</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># download toolchain package, it includes 
loader + tool + hubble, please check the latest version (here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -63,7 +63,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h3 id=4-配置>4 
配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
+</span></span></code></pre></div><p>执行成功后,在hugegraph目录下生成 hugegraph-*.tar.gz 
文件,就是编译生成的tar包。</p><h4 id=34-使用docker容器>3.4 使用Docker容器</h4><p>可参考<a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker部署方式</a>。</p><h3 
id=4-配置>4 配置</h3><p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
 详细的配置介绍请参考<a href=/docs/config/config-guide>配置文档</a>及<a 
href=/docs/config/config-option>配置项介绍</a></p><h3 id=5-启动>5 
启动</h3><p>启动分为"首次启动"和"非首次启动",这么区分是因为在第一次启动前需要初始化后端数据库,然后启动服务。
 
而在人为停掉服务后,或者其他原因需要再次启动服务时,因为后端数据库是持久化存在的,直接启动服务即可。</p><p>HugeGraphServer启动时会连接后端存储并尝试检查后端存储版本号,如果未初始化后端或者后端已初始化但版本不匹配时(旧版本数据),HugeGraphServer会启动失败,并给出错误信息。</p><p>如果需要外部访问HugeGraphServer,请修改<code>rest-server.properties</code>的<code>restserver.url</code>配置项
 
(默认为<code>http://127.0.0.1:8080</code>),修改成机器名或IP地址。</p><p>由于各种后端所需的配置(hugegraph.properties)及启动步骤略有不同,下面逐一对各后端的配置及启动做介绍。</p><h4
 id=51-memory>5.1 Memory</h4><p>修改 hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>backend=memory
@@ -209,7 +209,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
 </span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
 </span></span></code></pre></div><p>详细的API请参考<a 
href=/docs/clients/restful-api>RESTful-API</a>文档</p><h3 id=7-停止server>7 
停止Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
 <script 
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js 
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
 crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
 <script 
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
 integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU=" 
crossorigin=anonymous></script>
diff --git a/cn/docs/quickstart/index.xml b/cn/docs/quickstart/index.xml
index 1db9ac03..f6b19ad3 100644
--- a/cn/docs/quickstart/index.xml
+++ b/cn/docs/quickstart/index.xml
@@ -19,6 +19,7 @@
 &lt;li>方式1:一键部署&lt;/li>
 &lt;li>方式2:下载tar包&lt;/li>
 &lt;li>方式3:源码编译&lt;/li>
+&lt;li>方式4:使用Docker容器&lt;/li>
 &lt;/ul>
 &lt;h4 id="31-一键部署">3.1 一键部署&lt;/h4>
 &lt;p>HugeGraph-Tools 提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动 HugeGraph-Server 
和 HugeGraph-Hubble
@@ -65,6 +66,8 @@
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#ce5c00;font-weight:bold">[&lt;/span>INFO&lt;span 
style="color:#ce5c00;font-weight:bold">]&lt;/span> 
------------------------------------------------------------------------
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>......
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>执行成功后,在hugegraph目录下生成 
hugegraph-*.tar.gz 文件,就是编译生成的tar包。&lt;/p>
+&lt;h4 id="34-使用docker容器">3.4 使用Docker容器&lt;/h4>
+&lt;p>可参考&lt;a 
href="https://hub.docker.com/r/hugegraph/hugegraph";>Docker部署方式&lt;/a>。&lt;/p>
 &lt;h3 id="4-配置">4 配置&lt;/h3>
 &lt;p>如果需要快速启动HugeGraph仅用于测试,那么只需要进行少数几个配置项的修改即可(见下一节)。
 详细的配置介绍请参考&lt;a href="/docs/config/config-guide">配置文档&lt;/a>及&lt;a 
href="/docs/config/config-option">配置项介绍&lt;/a>&lt;/p>
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index e8a6bda6..ef24c689 100644
--- a/cn/sitemap.xml
+++ b/cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2023-01-01T16:16:43+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link 
rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2023-05-10T12:08:15+08:00
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2023-01-01T16:16:43+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link 
rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2023-05-10T12:08:15+08:00
 [...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index 3409a1a9..190e775f 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -5,7 +5,7 @@
 implemented the <a href=https://tinkerpop.apache.org>Apache TinkerPop3</a> 
framework and is fully compatible with the <a 
href=https://tinkerpop.apache.org/gremlin.html>Gremlin</a> query language,
 With complete toolchain components, it helps users easily build applications 
and products based on graph databases. HugeGraph supports fast import of more 
than 10 billion vertices and edges, and provides millisecond-level relational 
query capability (OLTP).
 It supports large-scale distributed graph computing (OLAP).</p><p>Typical 
application scenarios of HugeGraph include deep relationship exploration, 
association analysis, path search, feature extraction, data clustering, 
community detection, knowledge graph, etc., and are applicable to business 
fields such as network security, telecommunication fraud, financial risk 
control, advertising recommendation, social network, and intelligence Robots, 
etc.</p><h3 id=features>Features</h3><p>HugeGr [...]
-HugeGraph supports multi-user parallel operations. Users can enter Gremlin 
query statements and get graph query results in time. They can also call 
HugeGraph API in user programs for graph analysis or query.</p><p>This system 
has the following features:</p><ul><li>Ease of use: HugeGraph supports Gremlin 
graph query language and RESTful API, provides common interfaces for graph 
retrieval, and has peripheral tools with complete functions to easily implement 
various graph-based query and an [...]
+HugeGraph supports multi-user parallel operations. Users can enter Gremlin 
query statements and get graph query results in time. They can also call 
HugeGraph API in user programs for graph analysis or query.</p><p>This system 
has the following features:</p><ul><li>Ease of use: HugeGraph supports Gremlin 
graph query language and RESTful API, provides common interfaces for graph 
retrieval, and has peripheral tools with complete functions to easily implement 
various graph-based query and an [...]
 </span></span><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># please check the latest version (e.g. 
here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -50,7 +50,7 @@ HugeGraph supports multi-user parallel operations. Users can 
enter Gremlin query
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h3 id=4-config>4 
Config</h3><p>If you need to quickly start HugeGraph just for testing, then you 
only need to modify a few configuration items (see next section).
+</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h4 
id=34-use-docker-container>3.4 Use Docker container</h4><p>You can refer to <a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker deployment 
guide</a>.</p><h3 id=4-config>4 Config</h3><p>If you need to quickly start 
HugeGraph just for testing, then you only need to modify a few conf [...]
 for detailed configuration introduction, please refer to <a 
href=/docs/config/config-guide>configuration document</a> and <a 
href=/docs/config/config-option>introduction to configuration items</a></p><h3 
id=5-startup>5 Startup</h3><p>The startup is divided into &ldquo;first 
startup&rdquo; and &ldquo;non-first startup&rdquo;. This distinction is because 
the back-end database needs to be initialized before the first startup, and 
then the service is started.
 after the service is stopped artificially, or when the service needs to be 
started again for other reasons, because the backend database is persistent, 
you can start the service directly.</p><p>When HugeGraphServer starts, it will 
connect to the backend storage and try to check the version number of the 
backend storage. If the backend is not initialized or the backend has been 
initialized but the version does not match (old version data), HugeGraphServer 
will fail to start and give an er [...]
 (default is <code>http://127.0.0.1:8080</code>), change to machine name or IP 
address.</p><p>Since the configuration (hugegraph.properties) and startup steps 
required by various backends are slightly different, the following will 
introduce the configuration and startup of each backend one by one.</p><h4 
id=51-memory>5.1 Memory</h4><p>Update hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=lang [...]
@@ -193,7 +193,7 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>        ...
 </span></span><span style=display:flex><span>    ]
 </span></span><span style=display:flex><span>}
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</span></span></code></pre></div><p>For detailed API, please refer to <a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
 </span></span></code></pre></div></div><div class=td-content 
style=page-break-before:always><h1 id=pg-685a02f8811d86f1ce195d7c73d9ea44>3.2 - 
HugeGraph-Loader Quick Start</h1><h3 id=1-hugegraph-loader-overview>1 
HugeGraph-Loader Overview</h3><p>HugeGraph-Loader is the data import component 
of HugeGraph, which can convert data from various data sources into graph 
vertices and edges and import them into the graph database in 
batches.</p><p>Currently supported data sources include:</p><ul><l [...]
 </span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
diff --git a/docs/index.xml b/docs/index.xml
index 1798d3e2..dcc63095 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -1351,7 +1351,7 @@
 &lt;li>Method 1: One-click deployment&lt;/li>
 &lt;li>Method 2: Download the binary tarball (most recommended)&lt;/li>
 &lt;li>Method 3: Source code compilation&lt;/li>
-&lt;li>Method 4: Use Docker container (BETA)&lt;/li>
+&lt;li>Method 4: Use Docker container&lt;/li>
 &lt;/ul>
 &lt;h4 id="31-one-click-deployment">3.1 One-click deployment&lt;/h4>
 &lt;p>&lt;code>HugeGraph-Tools&lt;/code> provides a command-line tool for 
one-click deployment, users can use this tool to quickly 
download、decompress、configure and start &lt;code>HugeGraphServer&lt;/code> and 
&lt;code>HugeGraph-Hubble&lt;/code> with one click.&lt;/p>
@@ -1418,6 +1418,8 @@
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#ce5c00;font-weight:bold">[&lt;/span>INFO&lt;span 
style="color:#ce5c00;font-weight:bold">]&lt;/span> 
------------------------------------------------------------------------
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>......
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>After successful 
execution, &lt;code>*hugegraph-*.tar.gz&lt;/code> files will be generated in 
the hugegraph directory, which is the tarball generated by compilation.&lt;/p>
+&lt;h4 id="34-use-docker-container">3.4 Use Docker container&lt;/h4>
+&lt;p>You can refer to &lt;a 
href="https://hub.docker.com/r/hugegraph/hugegraph";>Docker deployment 
guide&lt;/a>.&lt;/p>
 &lt;h3 id="4-config">4 Config&lt;/h3>
 &lt;p>If you need to quickly start HugeGraph just for testing, then you only 
need to modify a few configuration items (see next section).
 for detailed configuration introduction, please refer to &lt;a 
href="/docs/config/config-guide">configuration document&lt;/a> and &lt;a 
href="/docs/config/config-option">introduction to configuration 
items&lt;/a>&lt;/p>
@@ -1632,7 +1634,7 @@ after the service is stopped artificially, or when the 
service needs to be start
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> ...
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> ]
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>}
-&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to&lt;a href="/docs/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
+&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to &lt;a href="/docs/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
 &lt;h3 id="7-stop-server">7 Stop Server&lt;/h3>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#000">$cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000">$bin&lt;/span>/stop-hugegraph.sh
diff --git a/docs/quickstart/_print/index.html 
b/docs/quickstart/_print/index.html
index 3f3a0d89..88e18ac3 100644
--- a/docs/quickstart/_print/index.html
+++ b/docs/quickstart/_print/index.html
@@ -1,6 +1,6 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
name=generator content="Hugo 0.102.3"><link rel=canonical type=text/html 
href=/docs/quickstart/><link rel=alternate type=application/rss+xml 
href=/docs/quickstart/index.xml><meta name=robots content="noindex, 
nofollow"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x18 [...]
 <link rel=stylesheet href=/css/prism.css><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script 
async src=https://www.google-analytics.com/analytics.js></script></head><body 
class=td-section><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/> 
[...]
-<a href=# onclick="return print(),!1">Click here to print</a>.</p><p><a 
href=/docs/quickstart/>Return to the regular view of this 
page</a>.</p></div><h1 class=title>Quick Start</h1><ul><li>1: <a 
href=#pg-8ec2ee5fd8ff8e48255d55eab65d92b6>HugeGraph-Server Quick 
Start</a></li><li>2: <a 
href=#pg-685a02f8811d86f1ce195d7c73d9ea44>HugeGraph-Loader Quick 
Start</a></li><li>3: <a 
href=#pg-06d4cae527789fcda01ebf4e48c6559f>HugeGraph-Tools Quick 
Start</a></li><li>4: <a href=#pg-751ed124ec6dbb96d5e65c [...]
+<a href=# onclick="return print(),!1">Click here to print</a>.</p><p><a 
href=/docs/quickstart/>Return to the regular view of this 
page</a>.</p></div><h1 class=title>Quick Start</h1><ul><li>1: <a 
href=#pg-8ec2ee5fd8ff8e48255d55eab65d92b6>HugeGraph-Server Quick 
Start</a></li><li>2: <a 
href=#pg-685a02f8811d86f1ce195d7c73d9ea44>HugeGraph-Loader Quick 
Start</a></li><li>3: <a 
href=#pg-06d4cae527789fcda01ebf4e48c6559f>HugeGraph-Tools Quick 
Start</a></li><li>4: <a href=#pg-751ed124ec6dbb96d5e65c [...]
 </span></span><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># please check the latest version (e.g. 
here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -45,7 +45,7 @@
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h3 id=4-config>4 
Config</h3><p>If you need to quickly start HugeGraph just for testing, then you 
only need to modify a few configuration items (see next section).
+</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h4 
id=34-use-docker-container>3.4 Use Docker container</h4><p>You can refer to <a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker deployment 
guide</a>.</p><h3 id=4-config>4 Config</h3><p>If you need to quickly start 
HugeGraph just for testing, then you only need to modify a few conf [...]
 for detailed configuration introduction, please refer to <a 
href=/docs/config/config-guide>configuration document</a> and <a 
href=/docs/config/config-option>introduction to configuration items</a></p><h3 
id=5-startup>5 Startup</h3><p>The startup is divided into &ldquo;first 
startup&rdquo; and &ldquo;non-first startup&rdquo;. This distinction is because 
the back-end database needs to be initialized before the first startup, and 
then the service is started.
 after the service is stopped artificially, or when the service needs to be 
started again for other reasons, because the backend database is persistent, 
you can start the service directly.</p><p>When HugeGraphServer starts, it will 
connect to the backend storage and try to check the version number of the 
backend storage. If the backend is not initialized or the backend has been 
initialized but the version does not match (old version data), HugeGraphServer 
will fail to start and give an er [...]
 (default is <code>http://127.0.0.1:8080</code>), change to machine name or IP 
address.</p><p>Since the configuration (hugegraph.properties) and startup steps 
required by various backends are slightly different, the following will 
introduce the configuration and startup of each backend one by one.</p><h4 
id=51-memory>5.1 Memory</h4><p>Update hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=lang [...]
@@ -188,7 +188,7 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>        ...
 </span></span><span style=display:flex><span>    ]
 </span></span><span style=display:flex><span>}
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</span></span></code></pre></div><p>For detailed API, please refer to <a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
 </span></span></code></pre></div></div><div class=td-content 
style=page-break-before:always><h1 id=pg-685a02f8811d86f1ce195d7c73d9ea44>2 - 
HugeGraph-Loader Quick Start</h1><h3 id=1-hugegraph-loader-overview>1 
HugeGraph-Loader Overview</h3><p>HugeGraph-Loader is the data import component 
of HugeGraph, which can convert data from various data sources into graph 
vertices and edges and import them into the graph database in 
batches.</p><p>Currently supported data sources include:</p><ul><li> [...]
 </span></span><span style=display:flex><span>tar zxf *hugegraph*.tar.gz
diff --git a/docs/quickstart/hugegraph-server/index.html 
b/docs/quickstart/hugegraph-server/index.html
index 1d576ec7..e5e701d2 100644
--- a/docs/quickstart/hugegraph-server/index.html
+++ b/docs/quickstart/hugegraph-server/index.html
@@ -2,9 +2,9 @@
 HugeGraph-Server is the core part of the HugeGraph Project, contains 
submodules such as Core、Backend、API.
 The Core Module …"><meta property="og:title" content="HugeGraph-Server Quick 
Start"><meta property="og:description" content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains submodules 
such as Core、Backend、API.
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta property="og:type" 
content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph-server/"><meta property="article:section" 
content="docs"><meta property="article:modified_time" 
content="2023-05-09T21:27:34+08:00"><meta property="og:site_name" 
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick 
Start"><meta itemprop=description content [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta property="og:type" 
content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph-server/"><meta property="article:section" 
content="docs"><meta property="article:modified_time" 
content="2023-05-29T12:07:50+08:00"><meta property="og:site_name" 
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick 
Start"><meta itemprop=description content [...]
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta itemprop=dateModified 
content="2023-05-09T21:27:34+08:00"><meta itemprop=wordCount 
content="1804"><meta itemprop=keywords content><meta name=twitter:card 
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick 
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta itemprop=dateModified 
content="2023-05-29T12:07:50+08:00"><meta itemprop=wordCount 
content="1815"><meta itemprop=keywords content><meta name=twitter:card 
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick 
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
 There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><link rel=preload 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 as=style><link 
href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css
 rel=stylesheet integrity><script 
src=https://code.jquery.com/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 
crossorigin=anonymous> [...]
 <link rel=stylesheet href=/css/prism.css><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script 
async src=https://www.google-analytics.com/analytics.js></script></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp 
[...]
@@ -12,7 +12,7 @@ There will be two spellings HugeGraph-Server and 
HugeGraphServer in the document
 <a 
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/quickstart/hugegraph-server.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+mat
 [...]
 <a 
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=HugeGraph-Server%20Quick%20Start";
 class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github 
fa-fw"></i> Create documentation issue</a>
 <a href=https://github.com/apache/incubator-hugegraph/issues/new 
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas 
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/docs/quickstart/_print/><i class="fa fa-print fa-fw"></i> 
Print entire section</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#1-hugegraph-server-overview>1 
HugeGraph-Server Overview</a></li><li><a 
href=#2-dependency-for-buildingrunning>2 Dependency for 
Building/Running</a></li><li><a href=#3-deploy>3 Deploy</a></li><li><a 
href=#4-config>4 Config</a></li><li><a href=#5-startup>5 Startup</a></li><li><a 
href=#6-access-server>6 Access server</a> [...]
+<a id=print href=/docs/quickstart/_print/><i class="fa fa-print fa-fw"></i> 
Print entire section</a></div><div class=td-toc><nav 
id=TableOfContents><ul><li><ul><li><a href=#1-hugegraph-server-overview>1 
HugeGraph-Server Overview</a></li><li><a 
href=#2-dependency-for-buildingrunning>2 Dependency for 
Building/Running</a></li><li><a href=#3-deploy>3 Deploy</a></li><li><a 
href=#4-config>4 Config</a></li><li><a href=#5-startup>5 Startup</a></li><li><a 
href=#6-access-server>6 Access server</a> [...]
 </span></span><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic># please check the latest version (e.g. 
here is 1.0.0)</span>
 </span></span><span style=display:flex><span>wget 
https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
 </span></span><span style=display:flex><span>tar zxf *hugegraph-*.tar.gz
@@ -57,7 +57,7 @@ There will be two spellings HugeGraph-Server and 
HugeGraphServer in the document
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> BUILD SUCCESS
 </span></span><span style=display:flex><span><span 
style=color:#ce5c00;font-weight:700>[</span>INFO<span 
style=color:#ce5c00;font-weight:700>]</span> 
------------------------------------------------------------------------
 </span></span><span style=display:flex><span>......
-</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h3 id=4-config>4 
Config</h3><p>If you need to quickly start HugeGraph just for testing, then you 
only need to modify a few configuration items (see next section).
+</span></span></code></pre></div><p>After successful execution, 
<code>*hugegraph-*.tar.gz</code> files will be generated in the hugegraph 
directory, which is the tarball generated by compilation.</p><h4 
id=34-use-docker-container>3.4 Use Docker container</h4><p>You can refer to <a 
href=https://hub.docker.com/r/hugegraph/hugegraph>Docker deployment 
guide</a>.</p><h3 id=4-config>4 Config</h3><p>If you need to quickly start 
HugeGraph just for testing, then you only need to modify a few conf [...]
 for detailed configuration introduction, please refer to <a 
href=/docs/config/config-guide>configuration document</a> and <a 
href=/docs/config/config-option>introduction to configuration items</a></p><h3 
id=5-startup>5 Startup</h3><p>The startup is divided into &ldquo;first 
startup&rdquo; and &ldquo;non-first startup&rdquo;. This distinction is because 
the back-end database needs to be initialized before the first startup, and 
then the service is started.
 after the service is stopped artificially, or when the service needs to be 
started again for other reasons, because the backend database is persistent, 
you can start the service directly.</p><p>When HugeGraphServer starts, it will 
connect to the backend storage and try to check the version number of the 
backend storage. If the backend is not initialized or the backend has been 
initialized but the version does not match (old version data), HugeGraphServer 
will fail to start and give an er [...]
 (default is <code>http://127.0.0.1:8080</code>), change to machine name or IP 
address.</p><p>Since the configuration (hugegraph.properties) and startup steps 
required by various backends are slightly different, the following will 
introduce the configuration and startup of each backend one by one.</p><h4 
id=51-memory>5.1 Memory</h4><p>Update hugegraph.properties</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=lang [...]
@@ -200,9 +200,9 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>        ...
 </span></span><span style=display:flex><span>    ]
 </span></span><span style=display:flex><span>}
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</span></span></code></pre></div><p>For detailed API, please refer to <a 
href=/docs/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
 <script 
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js 
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
 crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
 <script 
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
 integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU=" 
crossorigin=anonymous></script>
diff --git a/docs/quickstart/index.xml b/docs/quickstart/index.xml
index dc50337c..f0726c3d 100644
--- a/docs/quickstart/index.xml
+++ b/docs/quickstart/index.xml
@@ -17,7 +17,7 @@
 &lt;li>Method 1: One-click deployment&lt;/li>
 &lt;li>Method 2: Download the binary tarball (most recommended)&lt;/li>
 &lt;li>Method 3: Source code compilation&lt;/li>
-&lt;li>Method 4: Use Docker container (BETA)&lt;/li>
+&lt;li>Method 4: Use Docker container&lt;/li>
 &lt;/ul>
 &lt;h4 id="31-one-click-deployment">3.1 One-click deployment&lt;/h4>
 &lt;p>&lt;code>HugeGraph-Tools&lt;/code> provides a command-line tool for 
one-click deployment, users can use this tool to quickly 
download、decompress、configure and start &lt;code>HugeGraphServer&lt;/code> and 
&lt;code>HugeGraph-Hubble&lt;/code> with one click.&lt;/p>
@@ -84,6 +84,8 @@
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#ce5c00;font-weight:bold">[&lt;/span>INFO&lt;span 
style="color:#ce5c00;font-weight:bold">]&lt;/span> 
------------------------------------------------------------------------
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>......
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>After successful 
execution, &lt;code>*hugegraph-*.tar.gz&lt;/code> files will be generated in 
the hugegraph directory, which is the tarball generated by compilation.&lt;/p>
+&lt;h4 id="34-use-docker-container">3.4 Use Docker container&lt;/h4>
+&lt;p>You can refer to &lt;a 
href="https://hub.docker.com/r/hugegraph/hugegraph";>Docker deployment 
guide&lt;/a>.&lt;/p>
 &lt;h3 id="4-config">4 Config&lt;/h3>
 &lt;p>If you need to quickly start HugeGraph just for testing, then you only 
need to modify a few configuration items (see next section).
 for detailed configuration introduction, please refer to &lt;a 
href="/docs/config/config-guide">configuration document&lt;/a> and &lt;a 
href="/docs/config/config-option">introduction to configuration 
items&lt;/a>&lt;/p>
@@ -298,7 +300,7 @@ after the service is stopped artificially, or when the 
service needs to be start
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> ...
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> ]
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>}
-&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to&lt;a href="/docs/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
+&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to &lt;a href="/docs/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
 &lt;h3 id="7-stop-server">7 Stop Server&lt;/h3>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#000">$cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000">$bin&lt;/span>/stop-hugegraph.sh
diff --git a/en/index.html b/en/index.html
index 2b641798..017c4d50 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1 +1 @@
-<!doctype html><html lang=en><head><title>/</title><link rel=canonical 
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta 
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
+<!doctype html><html lang=cn><head><title>/</title><link rel=canonical 
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta 
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 44ff8842..8e56acd6 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2023-05-12T23:46:05-05:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-05-19T05:04:03-05:00</last
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2023-05-12T23:46:05-05:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-05-19T05:04:03-05:00</last
 [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 8ae345a6..144dc32f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-05-22T00:00:33-05:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-19T05:15:56-05:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-29T12:07:50+08:00</lastmod></sitemap><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-05-29T12:07:50+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file

Reply via email to