Skip to content

Commit b759363

Browse files
Copilothotlong
andcommitted
Changes before error encountered
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2111523 commit b759363

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

content/docs/quick-start/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Quick Start",
3+
"root": true,
34
"pages": [
45
"build-first-app",
56
"backend-developers",

content/docs/references/meta.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"label": "Protocol Reference",
3-
"order": 100,
2+
"title": "API Reference",
3+
"root": true,
44
"pages": [
55
"data",
66
"ui",
77
"system",
88
"ai",
9+
"api",
10+
"client-sdk",
911
"misc"
1012
]
1113
}

content/docs/specifications/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"root": true,
44
"pages": [
55
"index",
6+
"architecture",
67
"data",
78
"ui",
89
"server"

content/docs/standards/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Standards",
3+
"root": true,
34
"pages": [
45
"index",
56
"naming-conventions",

content/docs/tutorials/meta.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"title": "Tutorials"
2+
"title": "Tutorials",
3+
"root": true,
4+
"pages": []
35
}

0 commit comments

Comments
 (0)