commit 35f0a1767981f0b490858c68cb5b23ee92327a25 parent b180a0d415ff854508f8399ff50a6825f10e083a Author: QMK Bot <hello@qmk.fm> Date: Sat, 22 Jun 2024 04:45:34 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | docs/contributing.md | | | 4 | +++- |
| M | readme.md | | | 4 | ++-- |
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/contributing.md b/docs/contributing.md @@ -105,7 +105,9 @@ enum my_keycodes { Before opening a pull request, you can preview your changes if you have set up the development environment by running this command from the `qmk_firmware/` folder: - qmk docs +``` +qmk docs +``` and navigating to `http://localhost:5173/`. diff --git a/readme.md b/readme.md @@ -16,9 +16,9 @@ This is a keyboard firmware based on the [tmk\_keyboard firmware](https://github * [See the official documentation on docs.qmk.fm](https://docs.qmk.fm) -The docs are powered by [VitePress](https://vitepress.dev/) and hosted on [GitHub](/docs/). They are also viewable offline; see [Previewing the Documentation](https://docs.qmk.fm/#/contributing?id=previewing-the-documentation) for more details. +The docs are powered by [VitePress](https://vitepress.dev/). They are also viewable offline; see [Previewing the Documentation](https://docs.qmk.fm/#/contributing?id=previewing-the-documentation) for more details. -You can request changes by making a fork and opening a [pull request](https://github.com/qmk/qmk_firmware/pulls), or by clicking the "Edit this page" link at the bottom of any page. +You can request changes by making a fork and opening a [pull request](https://github.com/qmk/qmk_firmware/pulls). ## Supported Keyboards