Skip to content

Commit

Permalink
fix(docs): Use markdown headers to fix extra line issue
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 19, 2024
1 parent fe2f4db commit 9ddf234
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/docs/hardware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ sidebar_label: Supported Hardware
import HardwareList from "@site/src/components/hardware-list";
import Metadata from "@site/src/data/hardware-metadata.json";

import Heading from "@theme/Heading";

import { groupedMetadata } from "@site/src/components/hardware-utils";

export const toc = [
Expand Down Expand Up @@ -46,15 +44,11 @@ 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>
## Other Hardware

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>
## Contributing

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 9ddf234

Please sign in to comment.