diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index b8a029e..c5fd1be 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -271,5 +271,6 @@ There are two main tools for development, mkdocs is used for viewing and buildin | - | - | | `python3 -m webqueue2_api start-api` | This will start a local WSGI server on [localhost:5000](http://localhost:5000) to access the API. You can interact with the API using `curl` or [Postman](https://www.postman.com/) | | `python3 -m webqueue2_api stop-api` | Kills the runaway API process(es). | +| `python3 -m webqueue2_api restart-api` | Runs `python3 -m webqueue2_api stop-api` then `python3 -m webqueue2_api start-api` | | `mkdocs serve` | This will start a local server on [localhost:8000](http://localhost:8000) to access the API docs. As you change API documentation files in `api/documentation/docs` you'll see your changes in the browser. | | `mkdocs build` | This will output a static bundle of the API documentation in `webqueue2-api/site` that can be put on any webserver. | \ No newline at end of file