qmk docs: Run docsify serve if available (#15056)

This commit is contained in:
Ryan 2021-11-05 08:02:27 +11:00 committed by GitHub
parent c85109b108
commit 6437045166
Failed to generate hash of commit
2 changed files with 25 additions and 9 deletions

View file

@ -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**:
```