Live on github pages: https://up42.github.io/up42-py/
Redirected to custom domain https://sdk.up42.com/
cd docs
poetry install --only docs
Directly integrated in mkdocs, automatically reloads when you edit a file.
make serve
Access at http://127.0.0.1:8000/
mkdocs build
Reinstall Python package via
pip install -e .
make gh-deploy
Pushes to the gh-deploy
branch and republishes as github pages.
For more infos see readme here: https://github.com/up42/docs_mkdocs