imbajin commented on code in PR #288:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/288#discussion_r1330998415


##########
content/cn/docs/quickstart/hugegraph-server.md:
##########
@@ -26,35 +26,37 @@ java -version
 
 ### 3 部署
 
-有三种方式可以部署 HugeGraph-Server 组件:
+有四种方式可以部署 HugeGraph-Server 组件:
 
-- 方式 1:一键部署
+- 方式 1:使用 Docker 容器 (推荐)
 - 方式 2:下载 tar 包
 - 方式 3:源码编译
-- 方式 4:使用 Docker 容器
+- 方式 4:一键部署

Review Comment:
   ```suggestion
   - 方式 4:使用 tools 工具部署 (Outdated)
   ```



##########
content/cn/docs/quickstart/hugegraph-server.md:
##########
@@ -105,9 +107,28 @@ mvn package -DskipTests
 
 执行成功后,在 hugegraph 目录下生成 hugegraph-*.tar.gz 文件,就是编译生成的 tar 包。
 
-#### 3.4 使用 Docker 容器
 
-可参考 [Docker 部署方式](https://hub.docker.com/r/hugegraph/hugegraph)。
+#### 3.4 一键部署

Review Comment:
   same



##########
content/en/docs/SUMMARY.md:
##########


Review Comment:
   英文文档最好等 CN 固化了再更新, 免得反复调整



##########
content/cn/docs/quickstart/hugegraph-server.md:
##########
@@ -26,35 +26,37 @@ java -version
 
 ### 3 部署
 
-有三种方式可以部署 HugeGraph-Server 组件:
+有四种方式可以部署 HugeGraph-Server 组件:
 
-- 方式 1:一键部署
+- 方式 1:使用 Docker 容器 (推荐)
 - 方式 2:下载 tar 包
 - 方式 3:源码编译
-- 方式 4:使用 Docker 容器
+- 方式 4:一键部署

Review Comment:
   ```suggestion
   - 方式 4:使用 tools 工具部署 (Outdated)
   ```



##########
content/cn/docs/quickstart/hugegraph-server.md:
##########
@@ -148,7 +215,13 @@ Connecting to HugeGraphServer 
(http://127.0.0.1:8080/graphs)....OK
 
 提示的 url 与 rest-server.properties 中配置的 restserver.url 一致
 
-#### 5.2 RocksDB
+</details>
+
+##### 5.2.2 RocksDB

Review Comment:
   改变一下后端排序: (按频率)
   rocksdb - hbase - mysql - Cassandra - memory - ScyllaDB(或其他)



##########
content/cn/docs/SUMMARY.md:
##########
@@ -5,11 +5,12 @@
 ## Quickstart
 * [Install HugeGraph-Server](quickstart/hugegraph-server.md)
 * [Load data with HugeGraph-Loader](quickstart/hugegraph-loader.md)
-* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
 * [Visual with HugeGraph-Hubble](quickstart/hugegraph-hubble.md)
-* [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md)
 * [Develop with HugeGraph-Client](quickstart/hugegraph-client.md)
+* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
 * [Analysis with HugeGraph-Computer](quickstart/hugegraph-computer.md)
+<!-- * [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md) -->
+<!-- studio has been outdated -->

Review Comment:
    暂时不能直接移除 studio, 让它处于一个最后 / outdated 的位置, 等下一个大版本 2.0 再考虑完全 hide



##########
content/en/docs/SUMMARY.md:
##########


Review Comment:
   英文文档最好等 CN 固化了再更新, 免得反复调整



##########
content/cn/docs/SUMMARY.md:
##########
@@ -5,11 +5,12 @@
 ## Quickstart
 * [Install HugeGraph-Server](quickstart/hugegraph-server.md)
 * [Load data with HugeGraph-Loader](quickstart/hugegraph-loader.md)
-* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
 * [Visual with HugeGraph-Hubble](quickstart/hugegraph-hubble.md)
-* [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md)
 * [Develop with HugeGraph-Client](quickstart/hugegraph-client.md)
+* [Manage with HugeGraph-Tools](quickstart/hugegraph-tools.md)
 * [Analysis with HugeGraph-Computer](quickstart/hugegraph-computer.md)
+<!-- * [Display with HugeGraph-Studio](quickstart/hugegraph-studio.md) -->
+<!-- studio has been outdated -->

Review Comment:
    暂时不能直接移除 studio, 让它处于一个最后 / outdated 的位置, 等下一个大版本 2.0 再考虑完全 hide



##########
content/cn/docs/quickstart/hugegraph-server.md:
##########
@@ -148,7 +215,13 @@ Connecting to HugeGraphServer 
(http://127.0.0.1:8080/graphs)....OK
 
 提示的 url 与 rest-server.properties 中配置的 restserver.url 一致
 
-#### 5.2 RocksDB
+</details>
+
+##### 5.2.2 RocksDB

Review Comment:
   改变一下后端排序: (按频率)
   rocksdb - hbase - mysql - Cassandra - memory - ScyllaDB(或其他)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to