diff --git a/docs/api/07-wormhole.md b/docs/api/07-wormhole.md index 2f04e6e95..d91eec151 100644 --- a/docs/api/07-wormhole.md +++ b/docs/api/07-wormhole.md @@ -17,7 +17,7 @@ pnpm add @alova/wormhole -D :::info extension installation tips -If you are using vscode, it is strongly recommended that you use `@alova/wormhole` with alova's vscode extension. Please refer to [Editor Extension Integration](/tutorial/getting-started/extension-integration) to install vscode extension +If you are using vscode, it is strongly recommended that you use `@alova/wormhole` with alova's vscode extension. Please refer to [OpenAPI Integration](/tutorial/getting-started/openapi-integration) to install vscode extension . If you are using other editors, you can also use the `@alova/wormhole` command to generate complete API information. diff --git a/docs/tutorial/02-getting-started/01-introduce.md b/docs/tutorial/02-getting-started/01-introduce.md index 6c56dbc92..f024b66b8 100644 --- a/docs/tutorial/02-getting-started/01-introduce.md +++ b/docs/tutorial/02-getting-started/01-introduce.md @@ -407,7 +407,7 @@ class B redNode; classDef redNode fill:transparent,stroke:#ee4400,color:#ee4400,stroke-width:4px; ``` -> For a detailed introduction to alova devtools, please refer to [Integrated Editor Extension](/tutorial/getting-started/extension-integration). +> For a detailed introduction to alova devtools, please refer to [OpenAPI Extension](/tutorial/getting-started/openapi-integration). ## Building Client-Server Interaction Layer diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/07-wormhole.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/07-wormhole.md index b3d21669c..0d553c212 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/07-wormhole.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/07-wormhole.md @@ -17,7 +17,7 @@ pnpm add @alova/wormhole -D :::info 扩展安装提示 -如果你正在使用 vscode,强烈建议你将`@alova/wormhole`配合 alova 的 vscode 扩展一起使用,安装 vscode 扩展,请参考[编辑器扩展集成](/tutorial/getting-started/extension-integration)。 +如果你正在使用 vscode,强烈建议你将`@alova/wormhole`配合 alova 的 vscode 扩展一起使用,安装 vscode 扩展,请参考[OpenAPI集成](/tutorial/getting-started/openapi-integration)。 如果你正在使用其他编辑器,你也可以通过`@alova/wormhole`的命令来生成完整的 API 信息。 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/01-introduce.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/01-introduce.md index 3b8ea7aea..8bf95ad05 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/01-introduce.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/02-getting-started/01-introduce.md @@ -409,7 +409,7 @@ flowchart LR classDef redNode fill:transparent,stroke:#ee440050,color:#ee4400,stroke-width:2px; ``` -> 关于 alova 开发工具的详细介绍,请参考 [集成 openAPI](/tutorial/getting-started/extension-integration)。 +> 关于 alova 开发工具的详细介绍,请参考 [OpenAPI 集成](/tutorial/getting-started/openapi-integration)。 ## 构建 Client-Server 交互层