We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b7e21 commit fa516d4Copy full SHA for fa516d4
docs/2.guide/3.going-further/7.layers.md
@@ -18,6 +18,7 @@ Additionally, certain other files in the layer directory will be auto-scanned an
18
- [`components/*`](/docs/guide/directory-structure/components) - Extend the default components
19
- [`composables/*`](/docs/guide/directory-structure/composables) - Extend the default composables
20
- [`layouts/*`](/docs/guide/directory-structure/layouts) - Extend the default layouts
21
+- [`middleware/*`](/docs/guide/directory-structure/middleware) - Extend the default middleware
22
- [`pages/*`](/docs/guide/directory-structure/pages) - Extend the default pages
23
- [`plugins/*`](/docs/guide/directory-structure/plugins) - Extend the default plugins
24
- [`server/*`](/docs/guide/directory-structure/server) - Extend the default server endpoints & middleware
0 commit comments