Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com> (#6947)

This commit is contained in:
DMehaffy 2020-07-28 09:50:10 -07:00 committed by GitHub
parent 4c4a4c1dd3
commit 6641f4e43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -160,6 +160,7 @@ module.exports = {
['/v3.x/getting-started/deployment', 'Deployment'],
['/v3.x/getting-started/contributing', 'Contributing'],
['/v3.x/getting-started/troubleshooting', 'Troubleshooting'],
['/v3.x/getting-started/usage-information', 'Telemetry'],
'/v3.x/getting-started/quick-start',
],
},
@ -256,7 +257,7 @@ module.exports = {
{
collapsable: true,
title: '🏗 Global strapi',
children: ['/v3.x/global-strapi/api-reference', '/v3.x/global-strapi/usage-information'],
children: ['/v3.x/global-strapi/api-reference'],
},
{
collapsable: false,