Merge pull request #4177 from strapi/doc-update/documentation-plugin

Move the documentation plugin in a plugins section
This commit is contained in:
Alexandre BODIN 2019-10-04 09:27:41 +02:00 committed by GitHub
commit ddce768d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,6 @@ module.exports = {
children: [
'/3.0.0-beta.x/concepts/concepts',
'/3.0.0-beta.x/guides/api-endpoints',
'/3.0.0-beta.x/guides/api-documentation',
'/3.0.0-beta.x/guides/authentication',
'/3.0.0-beta.x/configurations/configurations',
'/3.0.0-beta.x/guides/controllers',
@ -129,6 +128,11 @@ module.exports = {
'/3.0.0-beta.x/advanced/usage-information',
],
},
{
collapsable: true,
title: '📦 Plugins',
children: ['/3.0.0-beta.x/plugins/documentation'],
},
{
collapsable: true,
title: '🔌 Local plugins',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 KiB