Skip to content

Commit

Permalink
docs(migration): example usage section links (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Feb 20, 2025
1 parent 541beeb commit 86a6a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/1.getting-started/4.migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The new API is backed by SQL and content queries happens within a specific colle

- `fetchContentNavigation()` API is replaced with new `queryCollectionNavigation()`
- Surroundings now has its own separate API `queryCollectionItemSurroundings()`
- Document driven mode is dropped: `Markdown` files will not convert to Nuxt pages automatically, you need to create pages, [check this section to see how](/docs/components/content-renderer#example).
- Document driven mode is dropped: `Markdown` files will not convert to Nuxt pages automatically, you need to create pages, [check this section to see how](/docs/components/content-renderer#example-usage).
- `useContent()` composable is removed
- `searchContent()` is dropped in favor of the new `queryCollectionSearchSections` API
- Full text search can easily be done using the `queryCollectionSearchSections` API, [check this section to see how](/docs/advanced/fulltext-search)
Expand Down

0 comments on commit 86a6a11

Please sign in to comment.