Organizing some of the menu items

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
Derrick Mehaffy 2020-04-09 04:29:59 -07:00
parent 4477a457a4
commit 2d46bd3f02
No known key found for this signature in database
GPG Key ID: 5244F387D2FF3618

View File

@ -172,20 +172,20 @@ module.exports = {
collapsable: true,
title: '💡 Concepts',
children: [
'/3.0.0-beta.x/concepts/file-structure',
'/3.0.0-beta.x/concepts/configurations',
'/3.0.0-beta.x/concepts/requests-responses',
'/3.0.0-beta.x/concepts/customization',
'/3.0.0-beta.x/concepts/routing',
'/3.0.0-beta.x/concepts/controllers',
'/3.0.0-beta.x/concepts/customization',
'/3.0.0-beta.x/concepts/file-structure',
'/3.0.0-beta.x/concepts/hooks',
'/3.0.0-beta.x/concepts/logging',
'/3.0.0-beta.x/concepts/middlewares',
'/3.0.0-beta.x/concepts/models',
'/3.0.0-beta.x/concepts/services',
'/3.0.0-beta.x/concepts/queries',
'/3.0.0-beta.x/concepts/plugins',
'/3.0.0-beta.x/concepts/policies',
'/3.0.0-beta.x/concepts/public-assets',
'/3.0.0-beta.x/concepts/hooks',
'/3.0.0-beta.x/concepts/middlewares',
'/3.0.0-beta.x/concepts/plugins',
'/3.0.0-beta.x/concepts/queries',
'/3.0.0-beta.x/concepts/routing',
'/3.0.0-beta.x/concepts/services',
'/3.0.0-beta.x/concepts/webhooks',
],
},
@ -193,24 +193,24 @@ module.exports = {
collapsable: true,
title: '📚 Guides',
children: [
'/3.0.0-beta.x/guides/update-version',
'/3.0.0-beta.x/guides/databases',
'/3.0.0-beta.x/guides/process-manager',
'/3.0.0-beta.x/guides/jwt-validation',
'/3.0.0-beta.x/guides/api-token',
'/3.0.0-beta.x/guides/auth-request',
'/3.0.0-beta.x/guides/error-catching',
'/3.0.0-beta.x/guides/secure-your-app',
'/3.0.0-beta.x/guides/external-data',
'/3.0.0-beta.x/guides/custom-data-response',
'/3.0.0-beta.x/guides/custom-admin',
'/3.0.0-beta.x/guides/client',
'/3.0.0-beta.x/guides/is-owner',
'/3.0.0-beta.x/guides/draft',
'/3.0.0-beta.x/guides/scheduled-publication',
'/3.0.0-beta.x/guides/slug',
'/3.0.0-beta.x/guides/send-email',
'/3.0.0-beta.x/guides/count-graphql',
'/3.0.0-beta.x/guides/custom-admin',
'/3.0.0-beta.x/guides/custom-data-response',
'/3.0.0-beta.x/guides/databases',
'/3.0.0-beta.x/guides/draft',
'/3.0.0-beta.x/guides/error-catching',
'/3.0.0-beta.x/guides/external-data',
'/3.0.0-beta.x/guides/is-owner',
'/3.0.0-beta.x/guides/jwt-validation',
'/3.0.0-beta.x/guides/process-manager',
'/3.0.0-beta.x/guides/scheduled-publication',
'/3.0.0-beta.x/guides/secure-your-app',
'/3.0.0-beta.x/guides/send-email',
'/3.0.0-beta.x/guides/slug',
'/3.0.0-beta.x/guides/update-version',
],
},
{
@ -222,11 +222,11 @@ module.exports = {
collapsable: true,
title: '📦 Plugins',
children: [
'/3.0.0-beta.x/plugins/users-permissions',
'/3.0.0-beta.x/plugins/documentation',
'/3.0.0-beta.x/plugins/email',
'/3.0.0-beta.x/plugins/upload',
'/3.0.0-beta.x/plugins/graphql',
'/3.0.0-beta.x/plugins/upload',
'/3.0.0-beta.x/plugins/users-permissions',
],
},
{