Skip to content

Commit e75a562

Browse files
committed
Add Chinese meta files for protocol references
Added Chinese meta.json files for AI, API, Auth, Automation, Data, Driver, Permission, System, and UI protocol references. Removed the integration meta.json file and updated system/meta.json and ui/meta.json by removing the 'root' property. This improves localization and maintains consistency across documentation.
1 parent 9d69f52 commit e75a562

File tree

12 files changed

+102
-6
lines changed

12 files changed

+102
-6
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "AI 协议",
3+
"root": true,
4+
"pages": [
5+
"agent",
6+
"conversation",
7+
"cost",
8+
"model-registry",
9+
"nlq",
10+
"orchestration",
11+
"predictive",
12+
"rag-pipeline"
13+
]
14+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "API 协议",
3+
"root": true,
4+
"pages": [
5+
"contract",
6+
"discovery",
7+
"endpoint",
8+
"realtime",
9+
"router"
10+
]
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "认证协议",
3+
"root": true,
4+
"pages": [
5+
"config",
6+
"identity",
7+
"organization",
8+
"policy",
9+
"role"
10+
]
11+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "自动化协议",
3+
"root": true,
4+
"pages": [
5+
"flow",
6+
"webhook",
7+
"workflow"
8+
]
9+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "数据协议",
3+
"root": true,
4+
"pages": [
5+
"dataset",
6+
"field",
7+
"filter",
8+
"hook",
9+
"mapping",
10+
"object",
11+
"query",
12+
"validation"
13+
]
14+
}
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+
"datasource",
6+
"driver",
7+
"mongo",
8+
"postgres"
9+
]
10+
}

content/docs/references/integration/meta.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "权限协议",
3+
"root": true,
4+
"pages": [
5+
"permission",
6+
"sharing",
7+
"territory"
8+
]
9+
}
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+
"audit",
6+
"events",
7+
"job",
8+
"translation"
9+
]
10+
}

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
"audit",
65
"events",

0 commit comments

Comments
 (0)