Skip to content

Commit 4ad4ffe

Browse files
committed
Refactor ObjectQL docs structure and update titles
Moved specification-related documentation files into a new 'specifications' subdirectory for better organization. Updated meta.json files to reflect the new structure and adjusted the main page titles to 'Overview' for English and Chinese versions.
1 parent 38abac2 commit 4ad4ffe

File tree

10 files changed

+15
-9
lines changed

10 files changed

+15
-9
lines changed

content/docs/objectql/index.cn.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ObjectQL - 通用数据编译器
2+
title: 概览
33
description: 停止编写胶水代码,开始编译你的数据层。协议驱动、数据库无关的数据引擎,将高级模式编译为优化的 SQL。
44
---
55

content/docs/objectql/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: ObjectQL - The Universal Data Compiler
2+
title: Overview
33
description: Stop writing glue code. Start compiling your data layer. Protocol-driven, database-agnostic data engine that compiles high-level schemas into optimized SQL.
44
---
55

content/docs/objectql/meta.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"root": true,
44
"pages": [
55
"index",
6-
"schema-definition",
7-
"advanced-types",
8-
"ast-structure",
9-
"analytics-protocol",
10-
"transaction-model",
11-
"ire-protocol"
6+
"specifications"
127
]
138
}

content/docs/objectql/advanced-types.mdx renamed to content/docs/objectql/specifications/advanced-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Advanced Types
3-
description: Deep dive into Enterprise Data Types Currency, Lookup, Formulas, and Summaries.
3+
description: "Deep dive into Enterprise Data Types: Currency, Lookup, Formulas, and Summaries."
44
---
55

66
# Advanced Enterprise Types
File renamed without changes.
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Specifications",
3+
"pages": [
4+
"schema-definition",
5+
"advanced-types",
6+
"ast-structure",
7+
"analytics-protocol",
8+
"transaction-model",
9+
"wire-protocol"
10+
]
11+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)