Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

Section 0.1 "统一路径格式" (Unified Path Format) of the client API documentation incorrectly used "运维API" (Operations API) terminology instead of "客户端API" (Client API).

Changes

  • Replace "运维API" → "客户端API" in section 0.1 across 6 documentation files:
    • src/content/docs/{latest,next,v3.0}/zh-cn/manual/user/open-api.md
    • src/content/docs/{latest,next,v3.0}/en/manual/user/open-api.md
  • 6 replacements per file: API description, path parameters ($nacos.server.contextPath, module, subPath), and context statements
  • Total: 36 corrections

Note: English documentation files contain untranslated Chinese text awaiting future translation work. Terminology corrected for consistency.

Original prompt

问题描述

在客户端API文档的第0.1章节"统一路径格式"中,多处错误地使用了"运维API"这个术语,但实际上该文档描述的是"客户端API"。

需要修复的文件

需要修复以下三个文件:

  1. src/content/docs/latest/zh-cn/manual/user/open-api.md
  2. src/content/docs/next/zh-cn/manual/user/open-api.md
  3. src/content/docs/v3.0/zh-cn/manual/user/open-api.md

需要修改的内容

在第0.1节"统一路径格式"中,需要将以下内容中的"运维API"替换为"客户端API":

第26行:

  • 错误: Nacos的运维API,使用统一的Path格式进行的规范。
  • 正确: Nacos的客户端API,使用统一的Path格式进行的规范。

第29行:

  • 错误: - $nacos.server.contextPath:**运维API**���根路径,默认为/nacos,可以通过nacos.server.contextPath配置项进行修改。
  • 正确: - $nacos.server.contextPath:**客户端API**的根路径,默认为/nacos,可以通过nacos.server.contextPath配置项进行修改。

第30行:

  • 错误: - module:**运维API**模块名称,例如servercsnscore等。
  • 正确: - module:**客户端API**模块名称,例如servercsnscore等。

第31行:

  • 错误: - subPath:**运维API**的子路径,例如statenamespaceconfig等, 可能有多层子路径。
  • 正确: - subPath:**客户端API**的子路径,例如statenamespaceconfig等, 可能有多层子路径。

第33行:

  • 错误: 下列列出的运维API,采用默认$nacos.server.contextPath的情况进行展示
  • 正确: 下列列出的客户端API,采用默认$nacos.server.contextPath的情况进行展示

第36行:

  • 错误: 同时下列列出的运维API样例中,均采用默认Nacos Web Server的端口进行展示
  • 正确: 同时下列列出的客户端API样例中,均采用默认Nacos Web Server的端口进行展示

参考

相关Issue: #1032

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@lingma-agents
Copy link

lingma-agents bot commented Feb 11, 2026

无法获取合并请求的变更信息,代码审查流程终止。

…tation

Co-authored-by: KomachiSion <37170243+KomachiSion@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incorrect terminology in client API documentation Fix incorrect "运维API" terminology in client API documentation Feb 11, 2026
Copilot AI requested a review from KomachiSion February 11, 2026 08:19
Co-authored-by: KomachiSion <37170243+KomachiSion@users.noreply.github.com>
Copilot AI changed the title Fix incorrect "运维API" terminology in client API documentation Fix incorrect API terminology in client API documentation Feb 11, 2026
@KomachiSion KomachiSion marked this pull request as ready for review February 11, 2026 08:36
@KomachiSion KomachiSion merged commit 922c919 into develop-astro-nacos Feb 11, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants