mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c20587ae23
* batch1 * batch * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> * Update pages/common/locust.md Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> --------- Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com> Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
424 B
424 B
mkdocs
Project documentation with Markdown. More information: https://www.mkdocs.org/user-guide/cli/.
- Create a new mkdocs project:
mkdocs new {{project_name}}
- Serve the project in the current directory using the mkdocs dev-server:
mkdocs serve
- Build the documentation in the current directory:
mkdocs build
- Deploy the documentation in the current directory to GitHub pages:
mkdocs gh-deploy