aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorNicolas Munnich <[email protected]>2024-06-02 06:51:08 +0200
committerGitHub <[email protected]>2024-06-01 21:51:08 -0700
commit308d6bce6eb338f387a454c7366d0bcb07463d7b (patch)
tree05f8fdabaed2353ad2ca3d7d3d7f09c42faed455 /docs/docusaurus.config.js
parent2d96f469c815cb84d4cfde7c052a7ee33e2da7ae (diff)
downloadzmk-308d6bce6eb338f387a454c7366d0bcb07463d7b.tar.gz
zmk-308d6bce6eb338f387a454c7366d0bcb07463d7b.zip
feat(docs): Improve the toolchain setup page (#2272)
Split the toolchain setup into separate docker and native pages and improve instructions to better refer to Zephyr docs in certain steps. Also refactor to improve consistency and add virtualenv instructions. --------- Co-authored-by: KemoNine <[email protected]> Co-authored-by: Cem Aksoylar <[email protected]>
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index c9a07179ea..4017b125db 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -31,6 +31,7 @@ module.exports = {
"linker-script",
"log",
"powershell",
+ "diff",
],
theme,
darkTheme,
@@ -79,7 +80,7 @@ module.exports = {
},
{
label: "Development",
- to: "docs/development/setup/",
+ to: "docs/development/setup",
},
],
},