summaryrefslogtreecommitdiff
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2025-02-01 21:19:30 +1100
committerGitHub <noreply@github.com>2025-02-01 21:19:30 +1100
commit273d8d6a1a6badb8d9b473954f16a0fbbe671987 (patch)
tree0d2558d1d8ae2ce22c5b6702abc5315c607e2c12 /docs/contributing.md
parentff09b921f1c2160abe05c1fdbd38f25f64b6c7bd (diff)
`qmk docs`: restore `--port` and `--browser` arguments (#24623)
* `qmk docs`: restore `--port` and `--browser` arguments * Make docs command args always a list
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index bbb1997a6f..70a00b706d 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -106,10 +106,10 @@ enum my_keycodes {
106Before 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: 106Before 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:
107 107
108``` 108```
109qmk docs 109qmk docs -b
110``` 110```
111 111
112and navigating to `http://localhost:5173/`. 112Which should automatically open your browser; otherwise, navigate to `http://localhost:8936/`.
113 113
114## Keyboards 114## Keyboards
115 115