imbajin commented on code in PR #444: URL: https://github.com/apache/incubator-hugegraph-doc/pull/444#discussion_r2707285264
########## content/cn/docs/clients/restful-api/graphs.md: ########## @@ -179,6 +187,19 @@ POST http://localhost:8080/graphspaces/DEFAULT/graphs/hugegraph-xx } ``` +**HStore 示例:** Review Comment: ⚠️ **HStore 示例标题不够明确** 第 190 行的标题 "**HStore 示例:**" 缺少版本和模式说明,用户无法清楚知道这个示例适用于什么场景。 **建议修改:** ```suggestion **HStore 示例(非鉴权模式 - 仅适用于 1.7.0 及之前版本):** ``` 或者,如果要提供 1.7.0+ 的示例,应该使用: ```suggestion **HStore 示例(鉴权模式 - 适用于 1.7.0+):** \`\`\`json { "gremlin.graph": "org.apache.hugegraph.auth.HugeFactoryAuthProxy", "backend": "hstore", "serializer": "binary", "store": "hugegraph2", "task.scheduler_type": "distributed", "pd.peers": "127.0.0.1:8686" } \`\`\` ``` -- 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]
