
mkdocs
List of commands for mkdocs:
-
mkdocs:tldr:34803 mkdocs: Build the documentation in the current directory.$ mkdocs buildtry on your machineexplain this command
-
mkdocs:tldr:53d63 mkdocs: Serve the project in the current directory using the mkdocs dev-server.$ mkdocs servetry on your machineexplain this command
-
mkdocs:tldr:59a84 mkdocs: Deploy the documentation in the current directory to GitHub pages.$ mkdocs gh-deploytry on your machineexplain this command
-
mkdocs:tldr:94e16 mkdocs: Create a new mkdocs project.$ mkdocs new ${project_name}try on your machineexplain this command