commands.sh

mkdocs

all

Project documentation with Markdown.

More info →

Examples (4)

Create a new mkdocs project

mkdocs new project_name

Serve the project in the current directory using the mkdocs dev-server

Build the documentation in the current directory

mkdocs build

Deploy the documentation in the current directory to GitHub pages

mkdocs gh-deploy
made by @shridhargupta | data from tldr-pages