mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-21 13:35:17 -05:00
fix(docs): Work around docusaurus bug causing broken links
Some links ended up broken after docusaurus 3 upgrade, especially if they are the second on the same line and have anchors. Likely due to https://github.com/facebook/docusaurus/issues/9518
This commit is contained in:
@@ -49,8 +49,8 @@ condition in another configuration, possibly repeatedly.
|
||||
|
||||
:::warning
|
||||
When configured as a `then-layer`, a layer's activation status is entirely controlled by the
|
||||
conditional layers feature. Even if the layer is activated for another reason (such as a [momentary
|
||||
layer](../behaviors/layers.md#momentary-layer) behavior), it will be immediately deactivated if the
|
||||
associated `then-layers` configuration is not met. As such, we recommend avoiding using regular
|
||||
layer behaviors for `then-layer` targets.
|
||||
conditional layers feature. Even if the layer is activated for another reason (such as a
|
||||
[momentary layer](../behaviors/layers.md#momentary-layer) behavior), it will be immediately
|
||||
deactivated if the associated `then-layers` configuration is not met. As such, we recommend
|
||||
avoiding using regular layer behaviors for `then-layer` targets.
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user