logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Create Documentation - Build Websites with MkDocs | Online Free DevTools by Hexmos

Create static websites with MkDocs using Markdown. Build project documentation quickly and easily. Free online tool, no registration required.

mkdocs

Project documentation with Markdown. More information: https://www.mkdocs.org.

  • 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

return

See Also