Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/07-wormhole.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/02-getting-started/01-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 信息。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 交互层

Expand Down