diff --git a/docs/content/2.guide/2.features/4.head-management.md b/docs/content/2.guide/2.features/4.head-management.md index 7ffa13bd9a..69317ed70b 100644 --- a/docs/content/2.guide/2.features/4.head-management.md +++ b/docs/content/2.guide/2.features/4.head-management.md @@ -51,9 +51,6 @@ Now, if you set the title to `My Page` with `useHead` on another page of your si ## Body Meta Tags -::StabilityEdge{title="Body Meta Tags"} -:: - You can use the `body: true` option on the `link` and `script` meta tags to append them to the end of the `
` tag. For example: diff --git a/docs/content/2.guide/2.features/7.error-handling.md b/docs/content/2.guide/2.features/7.error-handling.md index 144b663d63..c514237ffd 100644 --- a/docs/content/2.guide/2.features/7.error-handling.md +++ b/docs/content/2.guide/2.features/7.error-handling.md @@ -93,10 +93,6 @@ If you throw an error created with `createError`: ### Example -::StabilityEdge{title="Auto import of createError"} -In the current version, add `import { createError } from 'h3'` in order to use `createError`. -:: - ```vue [pages/movies/[slug].vue]