Ryan
273d8d6a1a
qmk docs: restore --port and --browser arguments (#24623 )
...
Update API Data / api_data (push) Has been cancelled
CLI CI / test (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (riot) (push) Has been cancelled
Update feature branches after develop merge / feature_branch_update (xap) (push) Has been cancelled
Lint Format / lint (push) Has been cancelled
Regenerate Files / regen (push) Has been cancelled
Unit Tests / test (push) Has been cancelled
* `qmk docs`: restore `--port` and `--browser` arguments
* Make docs command args always a list
2025-02-01 21:19:30 +11:00
Nick Brassel
6ef9717288
Vitepress conversion of docs. ( #23795 )
2024-05-30 12:00:41 +10:00
Ryan
6437045166
qmk docs: Run docsify serve if available (#15056 )
2021-11-05 08:02:27 +11:00
Ryan
8b39a3c484
qmk docs: Add flag to open in browser (#13788 )
...
* `qmk docs`: Add flag to open in browser
* Add docs
2021-07-30 14:47:34 +01:00
Erovia
38f14c4174
Don't hide for devs...
2020-04-08 09:31:14 -07:00
Erovia
5cfc3ce02e
Rebase on master, hide some other subcommands
...
The list of hidden subcommands were approved by @skullydazed ;)
Currently hidden if 'user.developer' is not True:
- cformat
- docs
- kle2json
- pyformat
- pytest
2020-04-08 09:31:14 -07:00
fauxpark
fb02593bd4
Use os.chdir for qmk docs instead of a custom HTTP request handler ( #7493 )
2019-11-29 15:45:22 -08:00
fauxpark
076d8babbb
[CLI] qmk docs graceful shutdown on Ctrl+C ( #6989 )
2019-10-11 21:41:58 -07:00
fauxpark
2707652c98
[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
2019-10-08 11:06:26 -07:00