Skip to content

Commit

Permalink
docs: improve catch-all section in document-driven mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 5, 2022
1 parent bf14411 commit 93813f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/3.guide/1.writing/7.document-driven.md
Expand Up @@ -42,9 +42,9 @@ You can also use an object to configure the behavior of the mode, checkout the [

## Catch-all page

The document driven mode ships a pre-configured catch-all page.
The document driven mode ships a pre-configured [catch-all route](https://v3.nuxtjs.org/guide/directory-structure/pages#catch-all-route).

This injected page is useful for having a minimal project structure:
This [injected Vue page](https://github.com/nuxt/content/blob/main/src/runtime/pages/document-driven.vue) is useful for having a minimal project structure:

```
my-project/
Expand Down

0 comments on commit 93813f9

Please sign in to comment.