- Python^3.6
- Git
- Code Editor
- Start Development Server
git clone https://github.com/bitzquad/docs-bitzquad-academy.git
cd docs-bitzquad-academy
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
- Build Documentation
docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build
-
Install Python.
-
Linux/Ubuntu:
sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python
-
Install
mkdocson your local machine.pip install mkdocsor
pip3 install mkdocs -
Clone the repository.
git clone https://github.com/bitzquad/docs-bitzquad-academy.git cd docs-bitzquad-academy -
Install all the dependancies.
pip install -r requirements.txtor
pip3 install -r requirements.txt
- On Windows:
python -m mkdocs serve - On Linux/Ubuntu
mkdocs serve
Open up http://127.0.0.1:8000/ in your browser, and you'll see the home page of the documentation.
- On Windows:
python -m mkdocs build - On Linux/Ubuntu
mkdocs build