@nuxt/docs-nightly 4.1.4-29330724.5589a44a → 4.1.4-29331135.2311b272
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.
package/3.api/5.kit/11.nitro.md
CHANGED
|
@@ -197,10 +197,6 @@ Add plugin to extend Nitro's runtime behavior.
|
|
|
197
197
|
You can read more about Nitro plugins in the [Nitro documentation](https://nitro.build/guide/plugins).
|
|
198
198
|
::
|
|
199
199
|
|
|
200
|
-
::warning
|
|
201
|
-
It is necessary to explicitly import `defineNitroPlugin` from `nitropack/runtime` within your plugin file. The same requirement applies to utilities such as `useRuntimeConfig`.
|
|
202
|
-
::
|
|
203
|
-
|
|
204
200
|
### Usage
|
|
205
201
|
|
|
206
202
|
```ts twoslash
|
package/5.community/6.roadmap.md
CHANGED
|
@@ -32,7 +32,7 @@ Milestone | Expected date | Notes
|
|
|
32
32
|
-------------|---------------|------------------------------------------------------------------------|-----------------------
|
|
33
33
|
SEO & PWA | 2025 | [nuxt/nuxt#18395](https://github.com/nuxt/nuxt/discussions/18395) | Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support
|
|
34
34
|
Assets | 2025 | [nuxt/nuxt#22012](https://github.com/nuxt/nuxt/discussions/22012) | Allow developers and modules to handle loading third-party assets.
|
|
35
|
-
Translations | - | [nuxt/
|
|
35
|
+
Translations | - | [nuxt/translations#4](https://github.com/nuxt/translations/discussions/4) ([request access](https://github.com/nuxt/nuxt/discussions/16054)) | A collaborative project for a stable translation process for Nuxt docs. Currently pending for ideas and documentation tooling support (content v2 with remote sources).
|
|
36
36
|
|
|
37
37
|
## Core Modules Roadmap
|
|
38
38
|
|