docs: fix broken links (#910)

This commit is contained in:
Matt Kane 2021-10-13 10:12:17 +01:00 committed by GitHub
parent 961d142039
commit b4709b9ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -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. 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} ::alert{type="info" icon=IconCode}
Checkout the Nitro engine on GitHub: [framework/packages/nitro](https://github.com/nuxt/framework/tree/main/packages/nitro) Checkout the Nitro engine on GitHub: [framework/packages/nitro](https://github.com/nuxt/framework/tree/main/packages/nitro)

View File

@ -3,5 +3,5 @@ title: 'Usage'
layout.aside: true layout.aside: true
layout.asideClass: '' layout.asideClass: ''
navigation.collapse: false navigation.collapse: false
navigation.redirect: /docs/basics/introduction navigation.redirect: /docs/usage/data-fetching
--- ---

View File

@ -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. 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 ### Example: a custom layout

View File

@ -7,7 +7,7 @@ head.title: Local modules directory
# Local modules directory # Local modules directory
Nuxt has a powerful [modules engine](/concepts/modules). Nuxt has a powerful modules engine
# Creating Modules # Creating Modules

View File

@ -54,4 +54,4 @@ module.exports = {
## More information ## More information
See [more information on the server preset](/presets/server). See [more information on the [server preset](/docs/deployment/presets/server).

View File

@ -5,5 +5,5 @@ layout:
navigation: navigation:
collapse: false collapse: false
exclusive: false exclusive: false
redirect: /docs/deployment/azure redirect: /docs/deployment/presets
--- ---

View File

@ -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 --> <!-- GENERATED_CONFIG_DOCS -->