qmk docs
: restore --port
and --browser
arguments (#24623)
* `qmk docs`: restore `--port` and `--browser` arguments * Make docs command args always a list
This commit is contained in:
parent
ff09b921f1
commit
273d8d6a1a
5 changed files with 23 additions and 19 deletions
|
@ -106,10 +106,10 @@ 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 -b
|
||||
```
|
||||
|
||||
and navigating to `http://localhost:5173/`.
|
||||
Which should automatically open your browser; otherwise, navigate to `http://localhost:8936/`.
|
||||
|
||||
## Keyboards
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue