Skip to content

Commit 3f91660

Browse files
committed
docs: update README and config.ts to use hosted links and correct logo path
1 parent f3307c3 commit 3f91660

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ app.listen(3000, () => {
131131

132132
完整的文档和 API 参考请访问我们的[官方文档站点](https://api-morph.example.com)
133133

134-
- [快速开始指南](https://api-morph.example.com/guides/getting-started) - 详细的入门教程
135-
- [语法概览](https://api-morph.example.com/guides/syntax-overview) - JSDoc 标签语法说明
136-
- [工作原理](https://api-morph.example.com/guides/working-principles) - 了解 api-morph 的工作机制
137-
- [API 参考](https://api-morph.example.com/api/) - 完整的 API 文档
134+
- [快速开始指南](https://yingzhi0808.github.io/api-morph/guides/getting-started) - 详细的入门教程
135+
- [语法概览](https://yingzhi0808.github.io/api-morph/guides/syntax-overview) - JSDoc 标签语法说明
136+
- [工作原理](https://yingzhi0808.github.io/api-morph/guides/working-principles) - 了解 api-morph 的工作机制
137+
- [API 参考](https://yingzhi0808.github.io/api-morph/api/) - 完整的 API 文档
138138

139139
## 🔧 支持的框架
140140

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
description: "TypeScript 优先的 OpenAPI 文档生成器,通过分析代码自动生成全面的 API 文档",
77
base: "/api-morph/",
88
head: [
9-
["link", { rel: "icon", type: "image/svg+xml", href: "/logo.svg" }],
9+
["link", { rel: "icon", type: "image/svg+xml", href: "./logo.svg" }],
1010
["meta", { name: "theme-color", content: "#f59e0b" }],
1111
],
1212
themeConfig: {

0 commit comments

Comments
 (0)