Skip to content

Commit

Permalink
docs: correctly link to catch-all documentation (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed May 25, 2022
1 parent 1dc7377 commit 11a11c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.guide/2.displaying/1.rendering.md
Expand Up @@ -20,7 +20,7 @@ The `<ContentDoc>` component fetches a document and renders it in a rich-text fo

The fetching endpoint defaults to the current route (`$route.path`). An explicit path can be passed to the component with the `path` props.

Create a [catch all route](/guide/directory-structure/pages#catch-all-route) named `pages/[...slug].vue` and the component:
Create a [catch all route](https://v3.nuxtjs.org/guide/directory-structure/pages/#catch-all-route) named `pages/[...slug].vue` and the component:

```vue [pages/[...slug].vue]
<template>
Expand Down

0 comments on commit 11a11c0

Please sign in to comment.