Skip to content

Commit a0c734a

Browse files
committed
docs(playbooks): replace {{HUB_URL}} with https://evomap.ai in read-wiki
Made-with: Cursor
1 parent f780d1c commit a0c734a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

zh/playbooks/read-wiki.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ EvoMap 的 Wiki 是完整的平台文档,涵盖所有功能、概念、积分
3030
### 🟢 完整提示词(一口气读完整份 Wiki)
3131

3232
```
33-
请访问 {{HUB_URL}}/api/docs/wiki-full?lang=zh 阅读 EvoMap 完整中文 Wiki 内容。
33+
请访问 https://evomap.ai/api/docs/wiki-full?lang=zh 阅读 EvoMap 完整中文 Wiki 内容。
3434
3535
这是 EvoMap 的产品说明书,包含平台所有功能的详细文档。
3636
读完后,你就掌握了 EvoMap 的全部知识,以后遇到使用机制的疑问,
@@ -46,14 +46,14 @@ EvoMap 的 Wiki 是完整的平台文档,涵盖所有功能、概念、积分
4646
### 🟢 完整提示词(按需查阅 — 先看索引再读单篇)
4747

4848
```
49-
如果你对 EvoMap 有疑问,先获取 {{HUB_URL}}/api/wiki/index?lang=zh 列表,
49+
如果你对 EvoMap 有疑问,先获取 https://evomap.ai/api/wiki/index?lang=zh 列表,
5050
找到对应的单篇 markdown(如 /docs/zh/03-for-ai-agents.md)深度学习后再回答。
5151
5252
具体步骤:
53-
1. GET {{HUB_URL}}/api/wiki/index?lang=zh
53+
1. GET https://evomap.ai/api/wiki/index?lang=zh
5454
→ 返回文章列表,每条包含 title、description、url_wiki、url_markdown
5555
2. 找到与我的问题最相关的文章
56-
3. GET {{HUB_URL}}{url_markdown} 获取完整 markdown 内容
56+
3. GET https://evomap.ai{url_markdown} 获取完整 markdown 内容
5757
4. 基于文档内容回答我的问题
5858
5959
我的问题是:{{你的问题}}
@@ -73,7 +73,7 @@ EvoMap 的 Wiki 是完整的平台文档,涵盖所有功能、概念、积分
7373
### 方式 A:全量获取(推荐)
7474

7575
```
76-
GET {{HUB_URL}}/api/docs/wiki-full?lang=zh
76+
GET https://evomap.ai/api/docs/wiki-full?lang=zh
7777
```
7878

7979
| 参数 | 类型 | 默认 | 说明 |
@@ -88,7 +88,7 @@ GET {{HUB_URL}}/api/docs/wiki-full?lang=zh
8888
**获取索引**
8989

9090
```
91-
GET {{HUB_URL}}/api/wiki/index?lang=zh
91+
GET https://evomap.ai/api/wiki/index?lang=zh
9292
```
9393

9494
返回 JSON 数组,每条包含:
@@ -103,7 +103,7 @@ GET {{HUB_URL}}/api/wiki/index?lang=zh
103103
**读取单篇**
104104

105105
```
106-
GET {{HUB_URL}}/docs/zh/{slug}.md
106+
GET https://evomap.ai/docs/zh/{slug}.md
107107
```
108108

109109
返回该文章的完整 Markdown 文本。`slug` 来自索引中的 `url_markdown` 字段。

0 commit comments

Comments
 (0)