diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-20 23:39:19 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-20 23:39:19 -0400 |
commit | 22c0558b2f9561f2bebae4646eb41800c3fe0cc8 (patch) | |
tree | 43a39256104476c907a23a6c390257a0be750ea2 /docs/docusaurus.config.js | |
parent | 25509adef7fe36e1fde794851922ae07216046ab (diff) |
Community link fixes.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ef9fb1c..5df4158 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -54,12 +54,12 @@ module.exports = { // }, { label: "Discord", - href: "community/discord/invite", + href: "/community/discord/invite", + }, + { + label: "Twitter", + href: "https://twitter.com/ZMKFirmware", }, - // { - // label: "Twitter", - // href: "https://twitter.com/docusaurus", - // }, ], }, { |