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 e9538563 remove 1.0.0 version info (#198) 
cd5952554bd2a14a0910d916e65b21b28b89de4a
e9538563 is described below

commit e953856395f3898f0a8eb164eb530877a667dc9f
Author: imbajin <[email protected]>
AuthorDate: Mon Feb 13 12:52:22 2023 +0000

    remove 1.0.0 version info (#198) cd5952554bd2a14a0910d916e65b21b28b89de4a
---
 cn/docs/_print/index.html            |  2 +-
 cn/docs/download/download/index.html | 27 +++++++------
 cn/docs/index.xml                    | 73 ++---------------------------------
 cn/sitemap.xml                       |  2 +-
 docs/_print/index.html               |  2 +-
 docs/download/download/index.html    | 25 ++++++------
 docs/index.xml                       | 75 +-----------------------------------
 en/sitemap.xml                       |  2 +-
 sitemap.xml                          |  2 +-
 9 files changed, 38 insertions(+), 172 deletions(-)

diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index 61033054..e717afd4 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -6,7 +6,7 @@
 
具备完善的工具链组件,助力用户轻松构建基于图数据库之上的应用和产品。HugeGraph支持百亿以上的顶点和边快速导入,并提供毫秒级的关联关系查询能力(OLTP),
 并支持大规模分布式图分析(OLAP)。</p><p>HugeGraph典型应用场景包括深度关系探索、关联分析、路径搜索、特征抽取、数据聚类、社区检测、
 
知识图谱等,适用业务领域有如网络安全、电信诈骗、金融风控、广告推荐、社交网络和智能机器人等。</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 [...]
+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
 最新的 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>
diff --git a/cn/docs/download/download/index.html 
b/cn/docs/download/download/index.html
index 1745bc69..9bdd73e8 100644
--- a/cn/docs/download/download/index.html
+++ b/cn/docs/download/download/index.html
@@ -1,27 +1,32 @@
 <!doctype html><html lang=cn 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"><meta name=robots content="index, 
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-The latest HugeGraph: 1.0.0, released on 2022-12-31.
 
+当前 HugeGraph: 1.0.0 正在投票中,完成后更新当前页面。
 
 
-components
-description
-download
+旧版本下载地址 (Outdated Versions mapping)
 
 
 
+server
+client
+loader
+hubble
+common
+tools
 
-HugeGraph-Server
-HugeGraph 的主程序
-1.0.0 …"><meta property="og:title" content="Download HugeGraph"><meta 
property="og:description" content="Latest version The latest HugeGraph: 1.0.0, 
released on 2022-12-31.
-components description download HugeGraph-Server HugeGraph 的主程序 1.0.0 
HugeGraph-Toolchain 数据导入/导出/备份, Web 可视化图形界面等工具合集 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1.0.0 2022-12-31 [Source] [Sign] [SHA512] 
[Source] [Sign] [SHA512] [Source] [Sign] [ [...]
-components description download HugeGraph-Server HugeGraph 的主程序 1.0.0 
HugeGraph-Toolchain 数据导入/导出/备份, Web 可视化图形界面等工具合集 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1.0.0 2022-12-31 [Source] [Sign] [SHA512] 
[Source] [Sign] [SHA512] [Source] [Sign] [ [...]
-components description download HugeGraph-Server HugeGraph 的主程序 1.0.0 
HugeGraph-Toolchain 数据导入/导出/备份, Web 可视化图形界面等工具合集 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1.0.0 2022-12-31 [Source] [Sign] [SHA512] 
[Source] [Sign] [SHA512] [Source] [Sign] [ [...]
+
+
+
+0.12.0 …"><meta property="og:title" content="Download HugeGraph"><meta 
property="og:description" content="Latest version 当前 HugeGraph: 1.0.0 
正在投票中,完成后更新当前页面。
+旧版本下载地址 (Outdated Versions mapping) server client loader hubble common tools 
0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 
0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 
0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 
1.5.6 0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0.4.5 1.4.7 0.2.2 
0.4.1 1.3.12 说明:最新的图分析和展示平台为 hubble,支持 0."><meta property="og:type" 
content="article"><meta property="og:ur [...]
+旧版本下载地址 (Outdated Versions mapping) server client loader hubble common tools 
0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 
0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 
0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 
1.5.6 0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0.4.5 1.4.7 0.2.2 
0.4.1 1.3.12 说明:最新的图分析和展示平台为 hubble,支持 0."><meta itemprop=dateModified 
content="2023-02-13T20:51:42+08:00"> [...]
+旧版本下载地址 (Outdated Versions mapping) server client loader hubble common tools 
0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 
0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 
0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 
1.5.6 0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0.4.5 1.4.7 0.2.2 
0.4.1 1.3.12 说明:最新的图分析和展示平台为 hubble,支持 0."><link rel=preload 
href=/scss/main.min.3bdb596b76fcb366af48203b8a [...]
 <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/download/download.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/download/download.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+matter%22+sec
 [...]
 <a 
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=Download%20HugeGraph";
 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=/cn/docs/_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=#latest-version>Latest 
version</a></li><li><a href=#binary-versions-mapping>Binary Versions 
mapping</a></li><li><a href=#source-versions-mapping>Source Versions 
mapping</a></li><li><a href=#旧版本下载地址-outdated-versions-mapping>旧版本下载地址 
(Outdated Versions mapping)</a></li><li><a 
href=#release-notes-old-version>Release Notes (old ve [...]
+<a id=print href=/cn/docs/_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=#latest-version>Latest 
version</a></li><li><a href=#旧版本下载地址-outdated-versions-mapping>旧版本下载地址 
(Outdated Versions mapping)</a></li><li><a 
href=#release-notes-old-version>Release Notes (old 
version)</a></li></ul></li></ul></nav></div></aside><main class="col-12 
col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb clas [...]
 <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/index.xml b/cn/docs/index.xml
index faaafac0..c22769bf 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -3623,76 +3623,9 @@ HugeGraph目前采用EdgeCut的分区方案。&lt;/p>
 &lt;p>TinkerPop API允许打开事务,请求完成时会自动关闭(Gremlin Server强制关闭)&lt;/p>
 &lt;/blockquote></description></item><item><title>Docs: Download 
HugeGraph</title><link>/cn/docs/download/download/</link><pubDate>Mon, 01 Jan 
0001 00:00:00 
+0000</pubDate><guid>/cn/docs/download/download/</guid><description>
 &lt;h3 id="latest-version">Latest version&lt;/h3>
-&lt;p>The latest HugeGraph: &lt;strong>1.0.0&lt;/strong>, released on 
&lt;em>2022-12-31&lt;/em>.&lt;/p>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>components&lt;/th>
-&lt;th>description&lt;/th>
-&lt;th>download&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>HugeGraph-Server&lt;/td>
-&lt;td>HugeGraph 的主程序&lt;/td>
-&lt;td>&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz";>1.0.0&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;tr>
-&lt;td>HugeGraph-Toolchain&lt;/td>
-&lt;td>数据导入/导出/备份, Web 可视化图形界面等工具合集&lt;/td>
-&lt;td>&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz";>1.0.0&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
-&lt;h3 id="binary-versions-mapping">Binary Versions mapping&lt;/h3>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>Version&lt;/th>
-&lt;th>Release Date&lt;/th>
-&lt;th>server&lt;/th>
-&lt;th>toolchain&lt;/th>
-&lt;th>computer&lt;/th>
-&lt;th>Release Notes&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>1.0.0&lt;/td>
-&lt;td>2022-12-31&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>&lt;a 
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
-&lt;h3 id="source-versions-mapping">Source Versions mapping&lt;/h3>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>Version&lt;/th>
-&lt;th>Release Date&lt;/th>
-&lt;th>server&lt;/th>
-&lt;th>toolchain&lt;/th>
-&lt;th>computer&lt;/th>
-&lt;th>common&lt;/th>
-&lt;th>Release Notes&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>1.0.0&lt;/td>
-&lt;td>2022-12-31&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>&lt;a 
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
+&lt;blockquote>
+&lt;p>当前 HugeGraph: 1.0.0 正在投票中,完成后更新当前页面。&lt;/p>
+&lt;/blockquote>
 &lt;hr>
 &lt;h3 id="旧版本下载地址-outdated-versions-mapping">旧版本下载地址 (Outdated Versions 
mapping)&lt;/h3>
 &lt;table>
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index a34c2470..c752eb7b 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-02-08T20:56:09+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-02-08T20:56:09+08:00
 [...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index ac0ec09e..ab57323c 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 to 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><p>Typical application scenarios of Huge [...]
-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://dist.apache.org/repos/dist/dev/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
diff --git a/docs/download/download/index.html 
b/docs/download/download/index.html
index 8e024d8d..d69dbe6b 100644
--- a/docs/download/download/index.html
+++ b/docs/download/download/index.html
@@ -1,25 +1,24 @@
-<!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"><meta name=robots content="index, 
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-TODO: update 1.0.0 download link with the CN doc
+<!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"><meta name=robots content="index, 
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link 
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png 
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png 
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
 
-Latest version
-The latest HugeGraph: 1.0.0, released on 2022-12-31.
+Currently HugeGraph: 1.0.0 is in voting, update the current page when 
completed.
 
 
+outdated Versions mapping
 
-components
-description …"><meta property="og:title" content="Download HugeGraph"><meta 
property="og:description" content="TODO: update 1.0.0 download link with the CN 
doc
-Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
-components description download HugeGraph-Server The main program of HugeGraph 
1.0.0 HugeGraph-Toolchain A collection of tools for graph data 
import/export/backup, web visualization, etc. 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1."><meta prope [...]
-Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
-components description download HugeGraph-Server The main program of HugeGraph 
1.0.0 HugeGraph-Toolchain A collection of tools for graph data 
import/export/backup, web visualization, etc. 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1."><meta itemp [...]
-Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
-components description download HugeGraph-Server The main program of HugeGraph 
1.0.0 HugeGraph-Toolchain A collection of tools for graph data 
import/export/backup, web visualization, etc. 1.0.0 Binary Versions mapping 
Version Release Date server toolchain computer Release Notes 1.0.0 2022-12-31 
[Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] [Binary] [Sign] [SHA512] 
Release-Notes Source Versions mapping Version Release Date server toolchain 
computer common Release Notes 1."><link rel=p [...]
+
+
+server
+client
+loader …"><meta property="og:title" content="Download HugeGraph"><meta 
property="og:description" content="Latest version Currently HugeGraph: 1.0.0 is 
in voting, update the current page when completed.
+outdated Versions mapping server client loader hubble common tools 0.12.0 
2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 
1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 0.8.0 
1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 1.5.6 
0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0."><meta 
property="og:type" content="article"><meta property="og:url" 
content="/docs/download/download/"><meta property="article:secti [...]
+outdated Versions mapping server client loader hubble common tools 0.12.0 
2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 
1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 0.8.0 
1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 1.5.6 
0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0."><meta 
itemprop=dateModified content="2023-02-13T20:51:42+08:00"><meta 
itemprop=wordCount content="90"><meta itemprop=keywords conte [...]
+outdated Versions mapping server client loader hubble common tools 0.12.0 
2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 
1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0 1.6.0 1.3.0 0.8.0 
1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0.7.0 0.7.0 1.4.9 1.1.0 0.6.1 1.5.6 
0.6.1 0.6.1 1.4.3 1.0.0 0.5.6 1.5.0 0.5.6 0.5.0 1.4.0 0."><link rel=preload 
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
 as=style><link href=/scs [...]
 <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 
[...]
 <a 
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/download/download.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/en/docs/download/download.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+matter%22+sec
 [...]
 <a 
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=Download%20HugeGraph";
 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/_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=#latest-version>Latest version</a></li><li><a 
href=#binary-versions-mapping>Binary Versions mapping</a></li><li><a 
href=#source-versions-mapping>Source Versions mapping</a></li><li><a 
href=#outdated-versions-mapping>outdated Versions 
mapping</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 
col-xl-8 pl-md-5" [...]
+<a id=print href=/docs/_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=#latest-version>Latest version</a></li><li><a 
href=#outdated-versions-mapping>outdated Versions 
mapping</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol 
class=breadcrumb><li class=breadcrumb-item><a href=/docs/>Documentation</a> 
[...]
 <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/index.xml b/docs/index.xml
index 2ed4cedd..d251c64a 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -3640,81 +3640,10 @@ HugeGraph目前采用EdgeCut的分区方案。&lt;/p>
 &lt;blockquote>
 &lt;p>TinkerPop API允许打开事务,请求完成时会自动关闭(Gremlin Server强制关闭)&lt;/p>
 &lt;/blockquote></description></item><item><title>Docs: Download 
HugeGraph</title><link>/docs/download/download/</link><pubDate>Mon, 01 Jan 0001 
00:00:00 +0000</pubDate><guid>/docs/download/download/</guid><description>
+&lt;h3 id="latest-version">Latest version&lt;/h3>
 &lt;blockquote>
-&lt;p>TODO: update 1.0.0 download link with the CN doc&lt;/p>
+&lt;p>Currently HugeGraph: 1.0.0 is in voting, update the current page when 
completed.&lt;/p>
 &lt;/blockquote>
-&lt;h3 id="latest-version">Latest version&lt;/h3>
-&lt;p>The latest HugeGraph: &lt;strong>1.0.0&lt;/strong>, released on 
&lt;em>2022-12-31&lt;/em>.&lt;/p>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>components&lt;/th>
-&lt;th>description&lt;/th>
-&lt;th>download&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>HugeGraph-Server&lt;/td>
-&lt;td>The main program of HugeGraph&lt;/td>
-&lt;td>&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz";>1.0.0&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;tr>
-&lt;td>HugeGraph-Toolchain&lt;/td>
-&lt;td>A collection of tools for graph data import/export/backup, web 
visualization, etc.&lt;/td>
-&lt;td>&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz";>1.0.0&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
-&lt;h3 id="binary-versions-mapping">Binary Versions mapping&lt;/h3>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>Version&lt;/th>
-&lt;th>Release Date&lt;/th>
-&lt;th>server&lt;/th>
-&lt;th>toolchain&lt;/th>
-&lt;th>computer&lt;/th>
-&lt;th>Release Notes&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>1.0.0&lt;/td>
-&lt;td>2022-12-31&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz";>Binary&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>&lt;a 
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
-&lt;hr>
-&lt;h3 id="source-versions-mapping">Source Versions mapping&lt;/h3>
-&lt;table>
-&lt;thead>
-&lt;tr>
-&lt;th>Version&lt;/th>
-&lt;th>Release Date&lt;/th>
-&lt;th>server&lt;/th>
-&lt;th>toolchain&lt;/th>
-&lt;th>computer&lt;/th>
-&lt;th>common&lt;/th>
-&lt;th>Release Notes&lt;/th>
-&lt;/tr>
-&lt;/thead>
-&lt;tbody>
-&lt;tr>
-&lt;td>1.0.0&lt;/td>
-&lt;td>2022-12-31&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>[&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz";>Source&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.asc";>Sign&lt;/a>]
 [&lt;a 
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.sha512";>SHA512&lt;/a>]&lt;/td>
-&lt;td>&lt;a 
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes&lt;/a>&lt;/td>
-&lt;/tr>
-&lt;/tbody>
-&lt;/table>
 &lt;hr>
 &lt;h3 id="outdated-versions-mapping">outdated Versions mapping&lt;/h3>
 &lt;table>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index bc721531..b97331c5 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>2022-11-27T21:05:55+08: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-02-08T20:56:09+08: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>2022-11-27T21:05:55+08: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-02-08T20:56:09+08:00</last
 [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 6182e32a..b65bb257 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-02-11T22:24:36+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-10T19:55:03+08: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>/en/sitemap.xml</loc><lastmod>2023-02-13T20:51:42+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-02-13T20:51:42+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file


Reply via email to