fix(docs): Fix extra line issue in hardware headers

Need to make prettier ignore these, because otherwise it splits
them to separate lines and reverts the whole change
This commit is contained in:
Cem Aksoylar 2024-01-19 14:21:47 -08:00
parent 0dc04df09c
commit 19613128b9

View File

@ -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).