diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-05 14:02:37 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-05 14:02:37 -0400 |
commit | db586b1ce08b7ec286147c54896e3a42b56b94af (patch) | |
tree | 1eafe38942f568188492d7ea11cb70db0a18085a /docs/docusaurus.config.js | |
parent | 761601be5b9ecb4f4108249f34732d2490e614a6 (diff) |
Update to latest V2 Docusaurus.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index b17312d..a24f395 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -14,7 +14,7 @@ module.exports = { alt: "ZMK Logo", src: "img/zmk_logo.svg", }, - links: [ + items: [ { to: "docs/", activeBasePath: "docs", @@ -54,7 +54,7 @@ module.exports = { // }, { label: "Discord", - href: "/community/discord/invite", + href: "https://zmkfirmware.dev/community/discord/invite", }, { label: "Twitter", |