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:
Peter Johanson 2022-04-06 02:26:38 +00:00 committed by Pete Johanson
parent c259c7b27a
commit 6501e68c2d
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ module.exports = {
anonymizeIP: true,
},
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).
sidebarPath: require.resolve("./sidebars.js"),
// Please change this to your repo.