Skip to content

Commit f7fd008

Browse files
authored
Merge pull request #284 from objectstack-ai/copilot/remove-first-level-menu
2 parents 2718027 + 347b44a commit f7fd008

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Dependencies
22
node_modules/
3+
package-lock.json
34

45
# Build output
56
dist/

content/docs/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"objectui",
77
"objectos",
88
"developers",
9+
"---",
910
"references"
1011
]
1112
}

content/docs/references/meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"label": "Protocol Reference",
3-
"root": true,
2+
"title": "Protocol Reference",
43
"pages": [
54
"data",
65
"ui",

packages/spec/scripts/build-docs.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ Object.keys(CATEGORIES).forEach(category => {
230230
// 5. Update Root meta.json
231231
// We want references to list categories in specific order
232232
const rootMetaProps = {
233-
label: "Protocol Reference",
234-
root: true,
233+
title: "Protocol Reference",
235234
pages: [
236235
"data",
237236
"ui",

0 commit comments

Comments
 (0)