aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2022-04-06 02:26:38 +0000
committerPete Johanson <[email protected]>2022-04-06 06:01:39 -0400
commit6501e68c2d070fc5c85df2cbffe143e5f68ab9e8 (patch)
treea85d17518e005e875d12dcc59d6626072f469a6a
parentc259c7b27aa909917f5b7a2b6d9c11354f1550c4 (diff)
downloadzmk-6501e68c2d070fc5c85df2cbffe143e5f68ab9e8.tar.gz
zmk-6501e68c2d070fc5c85df2cbffe143e5f68ab9e8.zip
fix(docs): Remove breadcrumbs (for now)
* Remove breadcrumbs until they're useful with content for each level in our docs.
-rw-r--r--docs/docusaurus.config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index ff1a13605f..66fa811dcd 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -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.