mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix broken links (#910)
This commit is contained in:
parent
961d142039
commit
b4709b9ca8
@ -48,7 +48,7 @@ The server in Nuxt 2 is not standalone, but requires part of nuxt core to be inv
|
||||
|
||||
This dist is generated when running `nuxt build` into a [`.output`](/docs/directory-structure/output) directory.
|
||||
|
||||
The output is combined with both runtime code to run your Nuxt server in any environment (including experimental browser Service Workers!) and serve you static files, making it a true [hybrid framework](/concepts/hybrid-rendering) for the JAMStack. In addition, a native storage layer is implemented, supporting multi source, drivers and local assets.
|
||||
The output is combined with both runtime code to run your Nuxt server in any environment (including experimental browser Service Workers!) and serve you static files, making it a true hybrid framework for the Jamstack. In addition, a native storage layer is implemented, supporting multi source, drivers and local assets.
|
||||
|
||||
::alert{type="info" icon=IconCode}
|
||||
Checkout the Nitro engine on GitHub: [framework/packages/nitro](https://github.com/nuxt/framework/tree/main/packages/nitro)
|
||||
|
@ -3,5 +3,5 @@ title: 'Usage'
|
||||
layout.aside: true
|
||||
layout.asideClass: ''
|
||||
navigation.collapse: false
|
||||
navigation.redirect: /docs/basics/introduction
|
||||
navigation.redirect: /docs/usage/data-fetching
|
||||
---
|
||||
|
@ -10,7 +10,7 @@ Nuxt provides a customizable layouts framework you can use throughout your appli
|
||||
|
||||
Page layouts are placed in the `layouts/` directory and will be automatically loaded via asynchronous import when used. If you create a `layouts/default.vue` this will be used for all pages in your app. Other layouts are used by setting a `layout` property as part of your component options.
|
||||
|
||||
If you have only single layout for application, you can alternatively use [app.vue](/docs/structure/app).
|
||||
If you have only single layout for application, you can alternatively use [app.vue](/docs/directory-structure/app).
|
||||
|
||||
### Example: a custom layout
|
||||
|
||||
|
@ -7,7 +7,7 @@ head.title: Local modules directory
|
||||
|
||||
# Local modules directory
|
||||
|
||||
Nuxt has a powerful [modules engine](/concepts/modules).
|
||||
Nuxt has a powerful modules engine
|
||||
|
||||
# Creating Modules
|
||||
|
||||
|
@ -54,4 +54,4 @@ module.exports = {
|
||||
|
||||
## More information
|
||||
|
||||
See [more information on the server preset](/presets/server).
|
||||
See [more information on the [server preset](/docs/deployment/presets/server).
|
||||
|
@ -5,5 +5,5 @@ layout:
|
||||
navigation:
|
||||
collapse: false
|
||||
exclusive: false
|
||||
redirect: /docs/deployment/azure
|
||||
redirect: /docs/deployment/presets
|
||||
---
|
||||
|
@ -14,6 +14,6 @@ export default {
|
||||
}
|
||||
```
|
||||
|
||||
Learn more about all the different [config properties](/docs/config)
|
||||
Learn more about all the different config properties
|
||||
|
||||
<!-- GENERATED_CONFIG_DOCS -->
|
||||
|
Loading…
Reference in New Issue
Block a user