Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active February 21, 2024 19:40
Show Gist options
  • Save MkhytarMkhoian/14c15a8d5c67f4f87ad00b427b0b29b4 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/14c15a8d5c67f4f87ad00b427b0b29b4 to your computer and use it in GitHub Desktop.
# Go to the docs folder
cd ./android-docs
# Create a virtual environment
python3 -m venv venv
source venv/bin/activate
# Install the mkdocs-material packages
pip3 install mkdocs-material
# Create the website
mkdocs new .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment