docs: add link to pages documentation to routing (#18602)

This commit is contained in:
Jenni 2023-01-30 12:14:24 +02:00 committed by GitHub
parent 41bb363709
commit 7bdc07e66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ pages/
::
:ReadMore{link="/docs/guide/directory-structure/pages"}
## Navigation
The `<NuxtLink>` component links pages between them. It renders an `<a>` tag with the `href` attribute set to the route of the page. Once the application is hydrated, page transitions are performed in JavaScript by updating the browser URL. This prevents full-page refreshes and allows for animated transitions.