mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-20 20:21:35 +01:00
🚧 Colorize module
This commit is contained in:
@@ -37,11 +37,18 @@ export const documentation = [
|
||||
{ label: 'Deployment', href: '/documentation/deployment', isMenu: false },
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Modules',
|
||||
isMenu: true,
|
||||
child: [
|
||||
{ label: 'Colorize', href: '/documentation/modules/colorize', isMenu: false },
|
||||
]
|
||||
},
|
||||
{
|
||||
label: 'Example',
|
||||
isMenu: true,
|
||||
child: [
|
||||
{ label: 'Slash Command', href: '/documentation/examples/deployment', isMenu: false },
|
||||
{ label: 'Ping pong', href: '/documentation/examples/ping-pong', isMenu: false },
|
||||
{ label: 'Buttons', href: '/documentation/examples/buttons', isMenu: false },
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user