Copilot commented on code in PR #420: URL: https://github.com/apache/incubator-hugegraph-doc/pull/420#discussion_r2425195847
########## content/en/blog/hugegraph/ToplingDB/ToplingDB Quick Start.md: ########## @@ -0,0 +1,35 @@ +--- +date: 2025-10-09 Review Comment: The date is set to 2025-10-09, which is in the future. Blog post dates should reflect actual publication dates. ```suggestion date: 2024-06-10 ``` ########## content/en/docs/quickstart/hugegraph/hugegraph-server.md: ########## @@ -350,7 +350,16 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK </details> -##### 5.1.4 Cassandra +##### 5.1.4 ToplingDB + +<details> +<summary>Click to expand/collapse ToplingDB configuration and startup methods</summary> + +Ref: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/ToplingDB/ToplingDB Quick Start.md" lang="en">}}) Review Comment: File paths with spaces should be avoided or properly encoded. Consider renaming the file to use hyphens or underscores instead of spaces. ```suggestion Ref: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/ToplingDB/ToplingDB-Quick-Start.md" lang="en">}}) ``` ########## content/cn/blog/hugegraph/ToplingDB/ToplingDB Quick Start.md: ########## @@ -0,0 +1,39 @@ +--- +date: 2025-10-09 Review Comment: The date is set to 2025-10-09, which is in the future. Blog post dates should reflect actual publication dates. ```suggestion date: 2024-06-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]
