@nuxt/docs-nightly 4.3.1-29494983.ea8242ab → 4.3.1-29500439.2f599685

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.
@@ -15,7 +15,7 @@ This composable is available in Nuxt v3.12+.
15
15
  ## Description
16
16
 
17
17
  A composable which observes the page title changes and updates the announcer message accordingly. Used by [`<NuxtRouteAnnouncer>`](/docs/4.x/api/components/nuxt-route-announcer) and controllable.
18
- It hooks into Unhead's [`dom:rendered`](https://unhead.unjs.io/docs/typescript/head/api/hooks/dom-rendered) to read the page's title and set it as the announcer message.
18
+ It hooks into Unhead's `dom:rendered` hook to read the page's title and set it as the announcer message.
19
19
 
20
20
  ## Parameters
21
21
 
@@ -4,7 +4,7 @@ description: "Scaffold an entity into your Nuxt application."
4
4
  links:
5
5
  - label: Source
6
6
  icon: i-simple-icons-github
7
- to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add.ts
7
+ to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add-template.ts
8
8
  size: xs
9
9
  ---
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.3.1-29494983.ea8242ab",
3
+ "version": "4.3.1-29500439.2f599685",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",