This is the "root" documentation project for octopilot, it contains:
- a high-level overview of what is octopilot
- links to the detailed per-version documentation
It's a static website build with Hugo.
- the content is written in markdown format, in the content directory
- to render the website:
- install Hugo - see the .github/workflows/release.yml file for the version of Hugo to use
- run
hugo server
in this directory, and open http://localhost:1313/