diff --git a/docs/docs/features/studio.md b/docs/docs/features/studio.md index f8d4059b9570..0f571a2d2d76 100644 --- a/docs/docs/features/studio.md +++ b/docs/docs/features/studio.md @@ -10,6 +10,12 @@ ZMK Studio support is in alpha. Although best efforts are being made, keeping co ZMK Studio provides runtime update functionality to ZMK powered devices, allowing users to change their keymap layers without flashing new firmware to their keyboards. Studio is still under active development, and is not yet ready for casual end user use. +## Accessing ZMK Studio + +If using Chrome/Edge, you can use ZMK Studio directly from your browser at https://zmk.studio/ + +To use the native app for Linux, macOS, or Windows, download the appropriate file from the latest release at 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 575282406de2..a1ace059c191 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -62,6 +62,11 @@ module.exports = { label: "Keymap Upgrader", position: "left", }, + { + href: "https://zmk.studio/", + label: "ZMK Studio", + position: "right", + }, { href: "https://github.com/zmkfirmware/zmk", label: "GitHub",