aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/docusaurus.config.js
diff options
context:
space:
mode:
authorinnovaker <[email protected]>2020-11-12 12:18:45 +0000
committerPete Johanson <[email protected]>2020-11-20 22:31:56 -0500
commit532c1987b2b464053d5e85c71a775e83e758c1e7 (patch)
tree36345237a4bb814ed0fc4b68e5a324f302c4cddc /docs/docusaurus.config.js
parentb6e63683d48d14af07da34ed60cc2389f26ea64a (diff)
downloadzmk-532c1987b2b464053d5e85c71a775e83e758c1e7.tar.gz
zmk-532c1987b2b464053d5e85c71a775e83e758c1e7.zip
refactor(docs): Move `dev-` documents into `/development`
Aligns to conventions introduced by newer documentation.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r--docs/docusaurus.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 9754834287..2716039c67 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -45,7 +45,7 @@ module.exports = {
},
{
label: "Development",
- to: "docs/dev-setup/",
+ to: "docs/development/setup/",
},
],
},