aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/sidebars.js
diff options
context:
space:
mode:
authorPauiii <[email protected]>2024-10-27 20:17:41 +0100
committerGitHub <[email protected]>2024-10-27 20:17:41 +0100
commitcb5e60590620a52ffeff0d59778c650a467229ff (patch)
treebd31ef7360af862461bdae30f223ef28be8f43ec /docs/sidebars.js
parent7d8dd64cdc2f75f421638c6876de2e9f71e24df2 (diff)
downloadzmk-cb5e60590620a52ffeff0d59778c650a467229ff.tar.gz
zmk-cb5e60590620a52ffeff0d59778c650a467229ff.zip
docs: Devcontainers-cli enhancement (#2548)
* docs: Split local toolchain setup for Docker in two separated approaches. This includes adding a new dropdown for Docker which lists overall steps that have to be done when setting up the environment. Furthermore, the previous documentation is no listed under VSCode and new documentation for the Devcontainer CLI has been added. Since the described approaches for VS Code and Dev Container CLI varied quiet a bit a more unified way of setting them up was added. Due to that, the documentation for building and flashing could be simplified as well. * docs: Update documentation for building and flashing for devcontainers. Moved information about creating volumes for Docker containers into the overall Docker setup documentation. Add warning for changing build directory or adding options for building at the top of the page. * feat(devcontainers): Add new volume for mounting modules. --------- Co-authored-by: Nicolas Munnich <[email protected]>
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r--docs/sidebars.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js
index fa820f9079..612da6fe64 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -157,7 +157,7 @@ module.exports = {
},
collapsed: true,
items: [
- "development/local-toolchain/setup/docker",
+ "development/local-toolchain/setup/container",
"development/local-toolchain/setup/native",
],
},