Skip to content

Commit

Permalink
docs: extend auto-scanned layer directories (#25720)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisLug committed Feb 9, 2024
1 parent 0a8a591 commit a2fbd45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/2.guide/3.going-further/7.layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Additionally, certain other files in the layer directory will be auto-scanned an

- [`components/*`](/docs/guide/directory-structure/components) - Extend the default components
- [`composables/*`](/docs/guide/directory-structure/composables) - Extend the default composables
- [`layouts/*`](/docs/guide/directory-structure/layouts) - Extend the default layouts
- [`pages/*`](/docs/guide/directory-structure/pages) - Extend the default pages
- [`plugins/*`](/docs/guide/directory-structure/plugins) - Extend the default plugins
- [`server/*`](/docs/guide/directory-structure/server) - Extend the default server endpoints & middleware
- [`utils/*`](/docs/guide/directory-structure/utils) - Extend the default utils
- [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config)- Extend the default nuxt config
Expand Down

0 comments on commit a2fbd45

Please sign in to comment.