]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Docs] CLI command to serve docs locally (#6956)
authorfauxpark <fauxpark@gmail.com>
Tue, 8 Oct 2019 18:06:26 +0000 (05:06 +1100)
committerDrashna Jaelre <drashna@live.com>
Tue, 8 Oct 2019 18:06:26 +0000 (11:06 -0700)
commit2707652c9877e5fc7dd67670f8e14962c31baf42
treefe59684ab5a80ed51bb14c5b465254c24935d194
parente7d95701bf12998a61c5d2143891b24939ebbe52
[Docs] CLI command to serve docs locally (#6956)

* 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
docs/cli.md
lib/python/qmk/cli/__init__.py
lib/python/qmk/cli/docs.py [new file with mode: 0644]