📝 Write middleware docs

This commit is contained in:
Freeze455
2021-08-17 21:35:00 +02:00
parent cb54fb1113
commit 04f62c2162
3 changed files with 59 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export const documentation = [
{ label: 'Structure', href: '/documentation/structure', isMenu: false },
{ label: 'Commands', href: '/documentation/commands', isMenu: false },
{ label: 'Events', href: '/documentation/events', isMenu: false },
{ label: 'Middlewares', href: '/documentation/middlewares', isMenu: false },
]
},
]