Overview

We use mkdocs to manage our documentation

Contributing

We're always happy to see your PRs!

  1. Install dependencies

pip install mkdocs

  1. Build
git clone --recursive https://github.com/emlid/navio2-docs
cd navio2-docs
mkdocs serve -a 0.0.0.0:8000
  1. Make changes

  2. Test them

  • Fire up your browser
  • Point to localhost:8000