Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

Emlid docs

This is a repo containing all Emlid docs

Dependencies

We use mkdocs to build the docs and Pipenv to manage the dependencies.

  • python3
  • python3-pip

Building

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.