mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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:
committed by
Pete Johanson
parent
c259c7b27a
commit
6501e68c2d
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user