diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 23:24:19 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-09 23:24:19 -0400 |
commit | a952cd689959ca5d8f6c4a57a58c2f2b68ed1993 (patch) | |
tree | 351902302377d43db9116a251e77a08a8a8b76a9 | |
parent | ce5c094d496186aa6e2705ac3f7907aae957b4e1 (diff) |
Title fix, remove redundant "keyboard".
-rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 053fbe5..2ee6d49 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -1,5 +1,5 @@ module.exports = { - title: "ZMK Keyboard Firmware", + title: "ZMK Firmware", tagline: "Modern, open source keyboard firmware", url: "https://zmkfirmware.dev", baseUrl: "/", |