You can contribute to the TimberAPI documentation by editing or creating files inside the documentation folder. Create a new branch and request for a pull request.
If you want to edit a lot of pages and/or do some more complex changes it's recommended to set up a local environment to see your changes in action before pushing it.
- Clone the TimberAPI_Docs
- Install the newest Ruby + Devkit
- Install RubyGem
For more detailed installation of Jekyll go to the Jekyll Docs - Run the command
bundle exec jekyll serve
- Browse to
http://localhost:4000