📝 Write hook docs

This commit is contained in:
Freeze455
2021-08-17 21:38:42 +02:00
parent 04f62c2162
commit 8bdaad0ae8
3 changed files with 53 additions and 0 deletions

View File

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