Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 880 Bytes

File metadata and controls

31 lines (20 loc) · 880 Bytes

How to contribute to the documentation - Create a Pull request

  1. Fork this project

  2. Clone the forked project

  3. In the root of the folder of the cloned project, run following command:

bundle update
  1. Then start a local preview of the site:
jekyll serve
  1. Do all your changes. The site uses the Jekyll Documentation Theme. See appendix below.

  2. Commit and push

  3. From your fork on GitHub, create a new pull request

Appendix