Skip to content

Commit d59b0cb

Browse files
committed
Merge branch 'main' into copilot/release-new-version-please-work
2 parents 89c74d0 + 11d733c commit d59b0cb

15 files changed

Lines changed: 109 additions & 9 deletions

File tree

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+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"title": "UI 协议",
3+
"root": true,
4+
"pages": [
5+
"action",
6+
"app",
7+
"dashboard",
8+
"page",
9+
"report",
10+
"theme",
11+
"view",
12+
"widget"
13+
]
14+
}

0 commit comments

Comments
 (0)