docs(v2): Docs refactoring and reorganization (#3831)

* stable refactor of plugins api documentation

* plugins sidebar not collapsed by default as small?

* theme docs reorg

* Refactor migration guide doc

* fix broken link
This commit is contained in:
Sébastien Lorber 2020-11-30 14:07:08 +01:00 committed by GitHub
parent f43781ff41
commit 8f47babb46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 1529 additions and 1418 deletions

View file

@ -54,7 +54,7 @@ module.exports = {
locales: ['en', 'fr'],
},
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/docusaurus.ico',
customFields: {
description:
@ -327,7 +327,7 @@ module.exports = {
},
{
label: 'Migration from v1 to v2',
to: 'docs/migrating-from-v1-to-v2',
to: 'docs/migration',
},
],
},