Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit be36811

Browse files
committed
update middleware alias
1 parent df25b58 commit be36811

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎en/guide/directory-structure.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ _This directory can not be renamed._
2727

2828
### The Middleware Directory
2929

30-
_Coming soon_
30+
The `middleware` directory contains your Application Middleware. The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).
31+
32+
[More documentation about Middleware integration](/guide/routing#middleware)
3133

3234
### The Pages Directory
3335

@@ -82,6 +84,7 @@ _This file can not be renamed._
8284
| ~ | / |
8385
|~assets | /assets |
8486
|~components | /components |
87+
|~middleware | /middleware |
8588
|~pages | /pages |
8689
|~plugins | /plugins |
8790
|~static | /static |

0 commit comments

Comments
 (0)