bitflicker64 commented on code in PR #464: URL: https://github.com/apache/hugegraph-doc/pull/464#discussion_r4033549401
########## content/cn/docs/quickstart/toolchain/export-migration/_index.md: ########## @@ -0,0 +1,10 @@ +--- +title: "图导出/迁移" +linkTitle: "图导出/迁移" +weight: 3 +--- + +需要备份、导出或在两张图之间迁移数据时,从这里选择工具。Tools 适合单机运维和备份;SeaTunnel Source 适合把图数据接入可扩展的数据管道。 + +- [使用 Tools 导出和管理图](/cn/docs/quickstart/toolchain/export-migration/hugegraph-tools/) +- [使用 SeaTunnel 迁移图数据](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/#5-迁移-hugegraph-图) Review Comment: 🧹 Same broken fragment as in `toolchain/_index.md`. The heading `## 5 迁移 HugeGraph 图(graph2graph)` renders with the ID `5-迁移-hugegraph-图graph2graph` (checked with Hugo 0.166), so `#5-迁移-hugegraph-图` does not match and the link lands at the top of the page. Requested change: link to `#5-迁移-hugegraph-图graph2graph`. ########## content/cn/docs/quickstart/toolchain/_index.md: ########## @@ -6,7 +6,13 @@ weight: 2 > **测试指南**:如需在本地运行工具链测试,请参考 [HugeGraph > 工具链本地测试指南](/cn/docs/guides/toolchain-local-test) -HugeGraph Toolchain 包含 Java/Go 客户端、Loader、Hubble、Tools 和 Spark Connector。各模块的功能和使用方法见本节文档。 +HugeGraph Toolchain 包含 Java/Go 客户端、Loader、Hubble、Tools、Spark Connector 和 SeaTunnel Connector。先按任务选择入口,再查看对应组件的配置与命令。 + +| 任务 | 推荐入口 | 适合场景 | +| --- | --- | --- | +| [图可视化](/cn/docs/quickstart/toolchain/visualization/) | [Hubble](/cn/docs/quickstart/toolchain/visualization/hugegraph-hubble/) | 在 Web 界面查看和管理图 | +| [图导入](/cn/docs/quickstart/toolchain/import/) | [Loader](/cn/docs/quickstart/toolchain/import/hugegraph-loader/)、[SeaTunnel Sink](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/)、[Spark Connector](/cn/docs/quickstart/toolchain/import/hugegraph-spark-connector/) | 直接导入数据,或接入已有数据管道 | +| [图导出/迁移](/cn/docs/quickstart/toolchain/export-migration/) | [Tools](/cn/docs/quickstart/toolchain/export-migration/hugegraph-tools/)、[SeaTunnel Source](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/#5-迁移-hugegraph-图) | 备份、导出、跨图迁移和持续读取 | Review Comment: 🧹 This anchor does not exist on the Chinese page, so the link opens the SeaTunnel guide at the top instead of the migration section. The heading is `## 5 迁移 HugeGraph 图(graph2graph)`, and Hugo's default GitHub-style heading IDs drop the full-width parentheses but keep their text, so the generated ID is `5-迁移-hugegraph-图graph2graph`. I rendered the three headings with Hugo 0.166 and got `3-从关系库导入sql2graph`, `5-迁移-hugegraph-图graph2graph` and `5-migrate-a-hugegraph-graph-graph2graph`. The sql2graph link in `import/_index.md` and both English links already match. `dist/validate-links.sh` does not check fragments, which is why CI passes. Requested change: use `#5-迁移-hugegraph-图graph2graph` here and in `content/cn/docs/quickstart/toolchain/export-migration/_index.md` line 10. -- 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]
