forked from kofal.net/zmk
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:
@@ -105,7 +105,9 @@ Pick an keyboard:
|
||||
|
||||
:::note[For a keyboard not in the included list:]
|
||||
If you are building firmware for a new keyboard that is not included in the built-in
|
||||
list of keyboards, you can choose any keyboard from the list that is similar to yours (e.g. in terms of unibody/split and [onboard controller](hardware.mdx#onboard)/[composite](hardware.mdx#composite)) to generate the repository,
|
||||
list of keyboards, you can choose any keyboard from the list that is similar to yours
|
||||
(e.g. in terms of unibody/split and [onboard controller](hardware.mdx#onboard) /
|
||||
[composite](hardware.mdx#composite)) to generate the repository,
|
||||
and edit / add necessary files. You can follow the [new shield guide](development/new-shield.mdx) if you are adding support for a composite keyboard.
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user