python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Live preview:
mkdocs serveBuild static site:
mkdocs buildThe development server runs at http://127.0.0.1:8000 by default.
Deploy to GitHub pages:
mkdocs gh-deploy --force| Name | Name | Last commit date | ||
|---|---|---|---|---|
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Live preview:
mkdocs serveBuild static site:
mkdocs buildThe development server runs at http://127.0.0.1:8000 by default.
Deploy to GitHub pages:
mkdocs gh-deploy --force