@nuxt/docs-nightly 4.0.0-29147842.095f5716 → 4.0.0-29147962.455c49fa

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.
@@ -405,7 +405,7 @@ You can define a page as [client only](/docs/guide/directory-structure/component
405
405
 
406
406
  You can define a page as [server only](/docs/guide/directory-structure/components#server-components) by giving it a `.server.vue` suffix. While you will be able to navigate to the page using client-side navigation, controlled by `vue-router`, it will be rendered with a server component automatically, meaning the code required to render the page will not be in your client-side bundle.
407
407
 
408
- ::alert{type=warning}
408
+ ::warning
409
409
  Server-only pages must have a single root element. (HTML comments are considered elements as well.)
410
410
  ::
411
411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.0-29147842.095f5716",
3
+ "version": "4.0.0-29147962.455c49fa",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",