Skip to content

Commit 6320fab

Browse files
Copilothotlong
andcommitted
Verify and fix all meta.json files
- Remove incorrect root flags from References sub-directories - Add Chinese meta.json files for all root categories - Update Chinese meta.json files to match English structure - Ensure only 7 top-level categories have root flag - Documentation site builds successfully with 618 pages Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent b69d9b1 commit 6320fab

File tree

13 files changed

+47
-7
lines changed

13 files changed

+47
-7
lines changed

content/docs/concepts/meta.cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"manifesto",
66
"core-values",
77
"architecture",
8+
"plugin-architecture",
89
"security_architecture",
910
"enterprise-patterns",
1011
"ai-codex",

content/docs/guides/meta.cn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"field-types",
99
"view-configuration",
1010
"workflows-validation",
11-
"custom-driver"
11+
"custom-driver",
12+
"advanced",
13+
"migration"
1214
]
1315
}

content/docs/meta.cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"guides",
77
"concepts",
88
"specifications",
9+
"standards",
910
"references",
1011
"faq",
1112
"troubleshooting"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "快速开始",
3+
"root": true,
4+
"pages": [
5+
"build-first-app",
6+
"backend-developers",
7+
"frontend-developers",
8+
"architects"
9+
]
10+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"title": "AI Protocol",
3-
"root": true
2+
"title": "AI Protocol"
43
}

content/docs/references/api/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "API Protocol",
3-
"root": true,
43
"pages": [
54
"envelopes",
65
"requests"

content/docs/references/data/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "Data Protocol",
3-
"root": true,
43
"pages": [
54
"core",
65
"logic",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"title": "API 参考",
3+
"root": true,
4+
"pages": [
5+
"data",
6+
"ui",
7+
"system",
8+
"ai",
9+
"api",
10+
"client-sdk",
11+
"misc"
12+
]
13+
}

content/docs/references/system/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "System Protocol",
3-
"root": true,
43
"pages": [
54
"identity",
65
"integration",

content/docs/references/ui/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"title": "UI Protocol",
3-
"root": true,
43
"pages": [
54
"app",
65
"views",

0 commit comments

Comments
 (0)