You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the auto-imported `queryCollectionNavigation` to generate a navigation tree for a specific collection. This is particularly useful for creating dynamic navigation menus or sidebars based on your content structure.
@@ -49,6 +33,22 @@ title: Getting Started
49
33
icon: i-lucide-square-play
50
34
```
51
35
36
+
## Type
37
+
38
+
```ts
39
+
function queryCollectionNavigation<T extends keyof PageCollections>(
0 commit comments