Skip to content

Commit

Permalink
fix(docs): Fix extra line issue in hardware headers
Browse files Browse the repository at this point in the history
Need to make prettier ignore these, because otherwise it splits
them to separate lines and reverts the whole change
  • Loading branch information
caksoylar committed Jan 21, 2024
1 parent 0dc04df commit 1961312
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/docs/hardware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@ That being said, there are specific [boards](faq.md#what-is-a-board) /

<HardwareList items={Metadata} />

<Heading as="h2" id="other-hardware">
Other Hardware
</Heading>
{/* prettier-ignore */}
<Heading as="h2" id="other-hardware">Other Hardware</Heading>

In addition to the basic keyboard functionality, there is also support for additional keyboard hardware such as encoders, RGB underglow, backlight and displays.
Please see pages under the "Features" header in the sidebar for details.

<Heading as="h2" id="contributing">
Contributing
</Heading>
{/* prettier-ignore */}
<Heading as="h2" id="contributing">Contributing</Heading>

If you'd like to add support for a new keyboard shield, head over to the [New Keyboard Shield](development/new-shield.mdx) documentation and note the [clean room design requirements](development/clean-room.md).

0 comments on commit 1961312

Please sign in to comment.