Skip to content

Commit

Permalink
docs: Remove beta warning from ZMK Studio pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Nov 11, 2024
1 parent 7d7c4b4 commit 7862ddb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions docs/docs/config/studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ title: ZMK Studio Configuration
sidebar_label: ZMK Studio
---

:::warning[Beta Feature]

ZMK Studio is in beta. Although every effort has been made to provide a stable experience, you may still encounter issues during use. Please report any issues to [GitHub Issues](https://github.com/zmkfirmware/zmk-studio/issues).

:::

The following settings affect the ZMK Studio portions of ZMK. See the [ZMK Studio feature](../features/studio.md) for more information on enabling and building with ZMK Studio enabled.

See [Configuration Overview](index.md) for instructions on how to change these settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ The `kscan` property only needs to be assigned if some of your physical layouts

## (Optional) Keys Property

:::warning[Beta Feature]

ZMK Studio is in beta. Although every effort has been made to provide a stable experience, you may still encounter issues during use. Please report any issues to [GitHub Issues](https://github.com/zmkfirmware/zmk-studio/issues).

:::

The `keys` property is required for [ZMK Studio](../../features/studio.md) support. It is used to describe the physical attributes of each key position present in that layout.

To pull in the necessary definition for creating physical layouts with the `keys` property, a new include should be added to the top of the devicetree file:
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/development/studio-rpc-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
title: ZMK Studio RPC Protocol
---

:::warning[Beta Feature]

ZMK Studio is in beta. Although every effort has been made to provide a stable experience, you may still encounter issues during use. Please report any issues to [GitHub Issues](https://github.com/zmkfirmware/zmk-studio/issues).

:::

:::danger
Before reading this section, it is **vital** that you read through our [clean room policy](./contributing/clean-room.md).
:::
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/features/studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
title: ZMK Studio
---

:::warning[Beta Feature]

ZMK Studio is in beta. Although every effort has been made to provide a stable experience, you may still encounter issues during use. Please report any issues to [GitHub Issues](https://github.com/zmkfirmware/zmk-studio/issues).

:::

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.

## Capabilities
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/keymaps/behaviors/studio-unlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ title: ZMK Studio Unlock Behavior
sidebar_label: ZMK Studio Unlock
---

:::warning[Beta Feature]

ZMK Studio is in beta. Although every effort has been made to provide a stable experience, you may still encounter issues during use. Please report any issues to [GitHub Issues](https://github.com/zmkfirmware/zmk-studio/issues).

:::

## Summary

## ZMK Studio Unlock
Expand Down

0 comments on commit 7862ddb

Please sign in to comment.