refactor(docs): Refactor the development section (#2438)

This commit is contained in:
Nicolas Munnich 2024-09-02 06:54:19 +02:00 committed by GitHub
parent aae4feeda8
commit 266227b580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 117 additions and 79 deletions

View file

@ -187,7 +187,7 @@ Run `zmk keyboard list` to print a list of supported keyboard hardware.
If ZMK doesn't support your keyboard yet, you can run `zmk keyboard new` to create a new keyboard from a template.
This won't walk you through all of the details of adding support for a new keyboard, but it will generate most of the boilerplate for you. See the [New Keyboard Shield](development/new-shield.mdx) guide for how to finish writing the keyboard files.
This won't walk you through all of the details of adding support for a new keyboard, but it will generate most of the boilerplate for you. See the [New Keyboard Shield](development/hardware-integration/new-shield.mdx) guide for how to finish writing the keyboard files.
### Module Management