Skip to content

Commit b7f0749

Browse files
committed
Update internal documentation links to relative paths
Replaced external Google search links and absolute paths with correct relative links throughout documentation files for improved navigation and consistency. This affects the main index, Chinese index, and specification subpages.
1 parent 1e49e97 commit b7f0749

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

content/docs/index.cn.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ ObjectStack 是**为 AI 时代设计的架构**。它提供了一套 AI 能够
103103

104104
在接下来的章节中,我们将深入探讨这套协议的细节:
105105

106-
* 前往 **[架构全景](https://www.google.com/search?q=./03-architecture.md)** 查看各组件如何协作。
107-
* 前往 **[核心价值](https://www.google.com/search?q=./02-core-values.md)** 了解更多关于本地优先的思考。
108-
* 前往 **[企业级模式](https://www.google.com/search?q=./04-enterprise-patterns.md)** 了解如何处理复杂的 ERP 场景。
106+
* 前往 **[架构全景](concepts/architecture)** 查看各组件如何协作。
107+
* 前往 **[核心价值](concepts/core-values)** 了解更多关于本地优先的思考。
108+
* 前往 **[企业级模式](concepts/enterprise-patterns)** 了解如何处理复杂的 ERP 场景。
109109

110110
:::tip 记住
111111
ObjectStack 的目标不是让你写代码写得更快,而是让你写的代码**活得更久**

content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ ObjectStack is an **architecture designed for the AI Era**. It provides a standa
102102

103103
In the following sections, we will explore the details of these protocols:
104104

105-
* Go to **[Architecture Overview](https://www.google.com/search?q=./03-architecture.md)** to see how the components collaborate.
106-
* Go to **[Core Values](https://www.google.com/search?q=./02-core-values.md)** to learn more about Local-First thinking.
107-
* Go to **[Enterprise Patterns](https://www.google.com/search?q=./04-enterprise-patterns.md)** to understand how to handle complex ERP scenarios.
105+
* Go to **[Architecture Overview](concepts/architecture)** to see how the components collaborate.
106+
* Go to **[Core Values](concepts/core-values)** to learn more about Local-First thinking.
107+
* Go to **[Enterprise Patterns](concepts/enterprise-patterns)** to understand how to handle complex ERP scenarios.
108108

109109
:::tip Remember
110110
The goal of ObjectStack is not just to make you write code faster, but to make the code you write **live longer**.

content/docs/specifications/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ In this documentation, the key words **"MUST"**, **"MUST NOT"**, **"REQUIRED"**,
6565
* **✅ Architect:** To understand the capabilities and constraints of the system.
6666
* **✅ Driver Developer:** To implement a new storage backend (e.g., a ClickHouse driver).
6767
* **✅ Platform Engineer:** To integrate ObjectStack into an existing microservices mesh.
68-
* **❌ Junior Developer:** If you just want to build an app, start with the **[Getting Started](/getting-started)** guide instead.
68+
* **❌ Junior Developer:** If you just want to build an app, start with the **[Getting Started](../index)** guide instead.
6969

7070
---
7171

72-
**Proceed to the first specification:** **[ObjectQL Overview](/objectql/overview)**
72+
**Proceed to the first specification:** **[ObjectQL Overview](objectql/index)**

content/docs/specifications/objectos/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default definePlugin({
8686

8787
## Next Steps
8888

89-
* **[Plugin System](https://www.google.com/search?q=./01-plugin-system.md)**: How to build extensions.
90-
* **[Workflow Engine](https://www.google.com/search?q=./02-workflow-engine.md)**: Automating business processes.
91-
* **[Sync Protocol](https://www.google.com/search?q=./03-sync-protocol.md)**: Understanding the replication mechanism.
92-
* **[Security Model](https://www.google.com/search?q=./04-security-model.md)**: Authentication and RBAC deep dive.
89+
* **[Plugin System](plugin-manifest)**: How to build extensions.
90+
* **[Workflow Engine](workflow-engine)**: Automating business processes.
91+
* **[Sync Protocol](integration-etl)**: Understanding the replication mechanism.
92+
* **[Security Model](permission-governance)**: Authentication and RBAC deep dive.

content/docs/specifications/objectui/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ Events are serializable. Instead of passing functions (which cannot be serialize
105105

106106
## Next Steps
107107

108-
* Learn the **[JSON Schema Structure](https://www.google.com/search?q=./01-json-schema.md)**.
109-
* Explore the **[Layout System](https://www.google.com/search?q=./02-layout-system.md)**.
110-
* Understand **[Actions & Events](https://www.google.com/search?q=./03-actions-events.md)**.
108+
* Learn the **[JSON Schema Structure](component-schema)**.
109+
* Explore the **[Layout System](layout-system)**.
110+
* Understand **[Actions & Events](action-triggers)**.

0 commit comments

Comments
 (0)