📝 Write deployment doc

This commit is contained in:
Freeze455
2021-08-17 22:01:20 +02:00
parent b0098b6fa2
commit 5a36c8855f
3 changed files with 76 additions and 0 deletions

View File

@@ -28,4 +28,11 @@ export const documentation = [
{ label: 'Hooks', href: '/documentation/hooks', isMenu: false },
]
},
{
label: 'Advanced',
isMenu: true,
child: [
{ label: 'Deployment', href: '/documentation/deployment', isMenu: false },
]
},
]