This is a repo containing all Emlid docs
We use mkdocs to build the docs and Pipenv to manage the dependencies.
- python3
- python3-pip
git clone https://github.com/emlid/emlid-docs-pt
pip3 install pipenv
cd emlid-docs-pt
pipenv install
pipenv run mkdocs build -f <target>.yml -d <dir>
This will build the <target> and save the generated docs to <dir>.
You can also pipenv run mkdocs serve -f <target>.yml
to take a look at the docs on your local machine.