fix(docs): Remove breadcrumbs (for now)
* Remove breadcrumbs until they're useful with content for each level in our docs.
This commit is contained in:
parent
c259c7b27a
commit
6501e68c2d
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ module.exports = {
|
||||||
anonymizeIP: true,
|
anonymizeIP: true,
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
|
// Removed (for now) until we have content for each level of the generated breadcrumbs
|
||||||
|
breadcrumbs: false,
|
||||||
// It is recommended to set document id as docs home page (`docs/` path).
|
// It is recommended to set document id as docs home page (`docs/` path).
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
|
|
Loading…
Reference in a new issue