Contributing to the OVN website

The OVN documentation website is based on hugo, grav, and the hugo-learn-theme and written in markdown format.

If you want to contribute I recommend reading the hugo-learn-theme documentation

You can always click the “Edit this page link” at the top right of each page, but if you want to test your changes locally before submitting you can:

  1. Fork the ovn-org/ovn-website on github

  2. Checkout your copy locally

$ git clone ssh://git@github.com/<your-user>/ovn-website.git
$ cd ovn-website
$ make server
  1. Open your browser on http://localhost:1313

  2. Edit files in src, the browser should automatically reload changes.

  3. Eventually commit, push, and pull-request your changes. You can find a good guide about the github workflow here: contributing to a github project