fumadocs-core 15.2.0 → 15.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,6 +159,7 @@ function build(ctx) {
159
159
  const root = ctx.storage.root();
160
160
  const folder = buildFolderNode(root, true, ctx);
161
161
  return {
162
+ $id: "root",
162
163
  name: folder.name,
163
164
  children: folder.children
164
165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fumadocs-core",
3
- "version": "15.2.0",
3
+ "version": "15.2.1",
4
4
  "description": "The library for building a documentation website in Next.js",
5
5
  "keywords": [
6
6
  "NextJs",