Skip to content

Commit 76165ab

Browse files
committed
fix: Make 2025 the root folder in blog.json (#8586)
- Removed the top-level 'Blog' folder. - Promoted '2025' to a root node (parentId: null).
1 parent d6edce2 commit 76165ab

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

apps/portal/resources/data/blog.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
22
"data": [
3-
{
4-
"collapsed": false,
5-
"id": "Blog",
6-
"isLeaf": false,
7-
"name": "Blog",
8-
"parentId": null,
9-
"path": null
10-
},
113
{
124
"collapsed": false,
135
"id": "2025",
146
"isLeaf": false,
157
"name": "2025",
16-
"parentId": "Blog",
8+
"parentId": null,
179
"path": null
1810
},
1911
{
@@ -80,4 +72,4 @@
8072
"path": "learn/blog/json-blueprints-and-shared-workers.md"
8173
}
8274
]
83-
}
75+
}

0 commit comments

Comments
 (0)