diff options
author | Peter Johanson <[email protected]> | 2024-10-10 15:27:17 -0600 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2024-10-14 09:42:06 -0600 |
commit | 0abc1eaf2323b1494ea566efa941b44ce00e94d2 (patch) | |
tree | 8ef86e2d217aacd784c10eb8e75670d3c16a3c3b | |
parent | a72327bdff8517fd8d1037a8a918c3d50e45f702 (diff) | |
download | zmk-0abc1eaf2323b1494ea566efa941b44ce00e94d2.tar.gz zmk-0abc1eaf2323b1494ea566efa941b44ce00e94d2.zip |
docs: Add ZMK Studio links.
* Add a toplevel ZMK Studio link in our header.
* Add link to the web and app releases to the feature page.
-rw-r--r-- | docs/docs/features/studio.md | 6 | ||||
-rw-r--r-- | docs/docusaurus.config.js | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/docs/features/studio.md b/docs/docs/features/studio.md index 4053d3d9a1..6e209a8713 100644 --- a/docs/docs/features/studio.md +++ b/docs/docs/features/studio.md @@ -14,6 +14,12 @@ ZMK Studio provides runtime update functionality to ZMK powered devices, allowin To unlock your keyboard to allow ZMK Studio to make changes, you'll need to add a [`&studio_unlock`](../keymaps/behaviors/studio-unlock.md) binding to the keymap. +## Accessing ZMK Studio + +You can use ZMK Studio with Chrome/Edge at https://zmk.studio/. + +To use the native app for Linux, macOS, or Windows, download the appropriate file from the [latest release](https://github.com/zmkfirmware/zmk-studio/releases). + ## Building Building for ZMK Studio involves two main additional items. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 575282406d..a1ace059c1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -63,6 +63,11 @@ module.exports = { position: "left", }, { + href: "https://zmk.studio/", + label: "ZMK Studio", + position: "right", + }, + { href: "https://github.com/zmkfirmware/zmk", label: "GitHub", position: "right", |