Skip to content

Commit 3ad7f0f

Browse files
Copilothotlong
andcommitted
Fix broken links in documentation
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 62e107d commit 3ad7f0f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/docs/getting-started/index.cn.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ npm run dev
124124

125125
## 下一步
126126

127+
- [架构详解](./architecture) - 了解 ObjectDocs 的目录结构和数据流
127128
- [配置文件](./configuration) - 了解更多配置选项
128-
- [编写内容](./writing) - 学习 MDX 语法和组件使用
129-
- [部署](./deployment) - 将你的文档发布到生产环境
129+
- [组件](/docs/components/objectui-embed) - 在文档中嵌入交互式 ObjectUI 组件

content/docs/getting-started/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ Now visit [http://localhost:7777](http://localhost:7777), and you should see you
124124

125125
## Next Steps
126126

127+
- [Architecture](./architecture) - Understand ObjectDocs' directory structure and data flow
127128
- [Configuration](./configuration) - Learn more about configuration options
128-
- [Writing Content](./writing) - Learn MDX syntax and component usage
129-
- [Deployment](./deployment) - Publish your documentation to production
129+
- [Components](/docs/components/objectui-embed) - Embed interactive ObjectUI components in your docs

content/docs/index.cn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { FileJson, Layers, Cpu, Zap } from 'lucide-react';
2626
<Card
2727
icon={<Cpu />}
2828
title="低代码原生支持"
29-
href="/docs/components"
29+
href="/docs/components/objectui-embed"
3030
>
3131
直接在 Markdown 中嵌入 JSON 模式。渲染由 ObjectQL 定义驱动的实时交互组件。
3232
</Card>

content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Unlike general-purpose static site generators (SSGs), ObjectDocs treats document
2626
<Card
2727
icon={<Cpu />}
2828
title="Low-Code Native"
29-
href="/docs/components"
29+
href="/docs/components/objectui-embed"
3030
>
3131
Directly embed JSON schemas in Markdown. Render live, interactive components powered by ObjectQL definitions.
3232
</Card>

0 commit comments

Comments
 (0)