Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493) | fauxpark | 2019-11-29 | 1 | -6/+4 |
| | |||||
* | [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989) | fauxpark | 2019-10-11 | 1 | -1/+6 |
| | |||||
* | [Docs] CLI command to serve docs locally (#6956) | fauxpark | 2019-10-08 | 1 | -0/+22 |
* CLI command to serve docs locally * Document it * Default port * Use `with` and subclass `SimpleHTTPRequestHandler` to set working dir * Apply suggestions from code review Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> * Update docs/cli.md |