This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch fix-link in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit dbc0fab1d43492b4f3bdeb374c62f08b8d3e54b1 Author: VGalaxies <[email protected]> AuthorDate: Sat Jan 20 15:05:56 2024 +0800 fix server Swagger UI img link --- content/cn/docs/quickstart/hugegraph-server.md | 6 +++--- content/en/docs/quickstart/hugegraph-server.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/cn/docs/quickstart/hugegraph-server.md b/content/cn/docs/quickstart/hugegraph-server.md index 3db60f99..79f2c25b 100644 --- a/content/cn/docs/quickstart/hugegraph-server.md +++ b/content/cn/docs/quickstart/hugegraph-server.md @@ -652,19 +652,19 @@ _说明_ 另外也可以通过访问 `localhost:8080/swagger-ui/index.html` 查看 API。 <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui示例.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui.png" alt="image"> </div> 在使用 Swagger UI 调试 HugeGraph 提供的 API 时,如果 HugeGraph Server 开启了鉴权模式,可以在 Swagger 页面输入鉴权信息。 <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui-where-set-auth-example.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui-where-set-auth-example.png" alt="image"> </div> 当前 HugeGraph 支持基于 Basic 和 Bearer 两种形式设置鉴权信息。 <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui-set-auth-example.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui-set-auth-example.png" alt="image"> </div> ### 7 停止 Server diff --git a/content/en/docs/quickstart/hugegraph-server.md b/content/en/docs/quickstart/hugegraph-server.md index 6c0044ba..64eb4381 100644 --- a/content/en/docs/quickstart/hugegraph-server.md +++ b/content/en/docs/quickstart/hugegraph-server.md @@ -662,19 +662,19 @@ For detailed API, please refer to [RESTful-API](/docs/clients/restful-api) You can also visit `localhost:8080/swagger-ui/index.html` to check the API. <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui示例.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui.png" alt="image"> </div> When using Swagger UI to debug the API provided by HugeGraph, if HugeGraph Server turns on authentication mode, you can enter authentication information on the Swagger page. <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui-where-set-auth-example.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui-where-set-auth-example.png" alt="image"> </div> -Currently HugeGraph supports setting authentication information in two forms: Basic and Bearer. +Currently, HugeGraph supports setting authentication information in two forms: Basic and Bearer. <div style="text-align: center;"> - <img src="/docs/images/images-server/621swaggerui-set-auth-example.png" alt="image"> + <img src="/docs/images/images-server/swagger-ui-set-auth-example.png" alt="image"> </div> ### 7 Stop Server
