Skip to content

Commit 5e16af8

Browse files
committed
docs: 更新API文档链接至新路径;新增知识搜索API文档;增强FAQ和标签删除接口说明;移除Swagger文档中的硬编码主机配置
1 parent 762a906 commit 5e16af8

11 files changed

Lines changed: 361 additions & 2604 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Please refer to the [MCP Configuration Guide](./mcp-server/MCP_CONFIG.md) for th
323323

324324
Troubleshooting FAQ: [Troubleshooting FAQ](./docs/QA.md)
325325

326-
Detailed API documentation is available at: [API Docs](./docs/API.md)
326+
Detailed API documentation is available at: [API Docs](./docs/api/README.md)
327327

328328
## 🧭 Developer Guide
329329

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ WeKnora 支持将文档转化为知识图谱,展示文档中不同段落之间
325325

326326
常见问题排查:[常见问题排查](./docs/QA.md)
327327

328-
详细接口说明请参考:[API 文档](./docs/API.md)
328+
详细接口说明请参考:[API 文档](./docs/api/README.md)
329329

330330
## 🧭 开发指南
331331

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ WeKnoraは文書をナレッジグラフに変換し、文書内の異なる段
325325

326326
よくある問題の解決:[よくある問題](./docs/QA.md)
327327

328-
詳細なAPIドキュメントは:[APIドキュメント](./docs/API.md)を参照してください
328+
詳細なAPIドキュメントは:[APIドキュメント](./docs/api/README.md)を参照してください
329329

330330
## 🧭 開発ガイド
331331

cmd/server/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// @contact.name WeKnora Github
1010
// @contact.url https://github.com/Tencent/WeKnora
1111
//
12-
// @host localhost:8080
1312
// @BasePath /api/v1
1413
//
1514
// @securityDefinitions.apikey Bearer

0 commit comments

Comments
 (0)