imbajin commented on code in PR #415:
URL:
https://github.com/apache/incubator-hugegraph-doc/pull/415#discussion_r2570497729
##########
content/en/docs/quickstart/toolchain/hugegraph-loader.md:
##########
@@ -590,7 +590,7 @@ A struct-v2.json will be generated in the same directory as
struct.json.
##### 3.3.2 Input Source
-Input sources are currently divided into four categories: FILE, HDFS, JDBC and
KAFKA, which are distinguished by the `type` node. We call them local file
input sources, HDFS input sources, JDBC input sources, and KAFKA input sources,
which are described below.
+Input sources are currently divided into four categories: FILE, HDFS, JDBC,
KAFKA and GRAPH, which are distinguished by the `type` node. We call them local
file input sources, HDFS input sources, JDBC input sources, KAFKA input sources
and GRAPH input source, which are described below.
Review Comment:
⚠️ **中英文描述不一致**
英文版说"four categories"但列举了五种类型,与中文版不一致。建议修改为 "five categories":
\`\`\`suggestion
Input sources are currently divided into five categories: FILE, HDFS, JDBC,
KAFKA and GRAPH, which are distinguished by the \`type\` node. We call them
local file input sources, HDFS input sources, JDBC input sources, KAFKA input
sources and GRAPH input source, which are described below.
\`\`\`
##########
content/cn/docs/quickstart/client/hugegraph-client.md:
##########
@@ -348,12 +354,11 @@ public class BatchExample {
}
```
-### 4.4 运行 Example
+#### 4.4 运行 Example
Review Comment:
⚠️ **标题层级变更**
这里将 \`###\` 改为 \`####\`(从三级标题变为四级标题),需要确认这是有意为之的结构调整。如果是为了让 4.4 和 4.5 成为 4
的子章节,那是合理的;但需要同步检查英文版是否也做了相同的调整。
--
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]