Skip to content

Commit 268b5a4

Browse files
committed
Merge branch 'update-docs' of https://github.com/GraphScope/portal into update-docs
2 parents a5398ef + f7a7a83 commit 268b5a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/interactive/pages/_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"portal": {
1515
"title": "Portal[TEMP]",
16-
"type": "page"
16+
"type": "page",
17+
"display": "hidden"
1718
},
1819
"solution": {
1920
"title": "Solution",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"engines": {
33
"node": "^18.19.1",
4-
"pnpm": "^9"
4+
"pnpm": "^9 || ^10"
55
},
66
"scripts": {
77
"prev": "pnpm i --force && rm -rf package-lock.json",

0 commit comments

Comments
 (0)