LinuxCommandLibrary

mkdocs

Project documentation with Markdown.

TLDR

Create a new mkdocs project

$ mkdocs new [project_name]
copy


Serve the project in the current directory using the mkdocs dev-server
$ mkdocs serve
copy


Build the documentation in the current directory
$ mkdocs build
copy


Deploy the documentation in the current directory to GitHub pages
$ mkdocs gh-deploy
copy

Copied to clipboard