forked from mirrors/qmk_userspace
qmk docs
: Run docsify serve
if available (#15056)
This commit is contained in:
parent
c85109b108
commit
6437045166
2 changed files with 25 additions and 9 deletions
|
@ -373,6 +373,8 @@ qmk format-c -b branch_name
|
|||
This command starts a local HTTP server which you can use for browsing or improving the docs. Default port is 8936.
|
||||
Use the `-b`/`--browser` flag to automatically open the local webserver in your default browser.
|
||||
|
||||
This command runs `docsify serve` if `docsify-cli` is installed (which provides live reload), otherwise Python's builtin HTTP server module will be used.
|
||||
|
||||
**Usage**:
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue