summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/docs.py
AgeCommit message (Collapse)Author
2021-11-05`qmk docs`: Run `docsify serve` if available (#15056)Ryan
2021-07-30`qmk docs`: Add flag to open in browser (#13788)Ryan
* `qmk docs`: Add flag to open in browser * Add docs
2020-04-08Don't hide for devs...Erovia
2020-04-08Rebase on master, hide some other subcommandsErovia
The list of hidden subcommands were approved by @skullydazed ;) Currently hidden if 'user.developer' is not True: - cformat - docs - kle2json - pyformat - pytest
2019-11-29Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark
2019-10-11[CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark
2019-10-08[Docs] CLI command to serve docs locally (#6956)fauxpark
* 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