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
Copy file name to clipboardExpand all lines: docs/content/blog/ui-pro-docs-migration.md
+4-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Migrate Nuxt UI Pro Documentation Starter
3
-
description: How to upgrade your Nuxt UI Pro documentation to Content and UIPro v3
3
+
description: How to upgrade your Nuxt UI Pro documentation to Content and UI v3
4
4
image:
5
5
src: /blog/migrate-docs-starter.png
6
6
authors:
@@ -440,7 +440,7 @@ New `UError` component can be used as full page structure.
440
440
- Instead of the `NavigationTree` component you can use the `NavigationMenu` component or the `ContentNavigation` component to display content navigation.
441
441
442
442
::prose-code-group
443
-
```vue [header.vue (v3)]
443
+
```vue [Header.vue (v3)]
444
444
<script>
445
445
// Content navigation provided by queryCollectionNavigation('docs')
0 commit comments