You can see the documentation live online at https://rvm.io.
For small changes like single wording fixes it is enough to use GitHub builtin editor, navigate to https://github.com/rvm/rvm-site/tree/master/content, find the page to fix and press the Edit button, try to give meaningful description so it is easier to understand why this change is needed.
If you're going to help you'll first need to get the site running locally. Start by forking the repository and cloning the fork.
This site requires a few gems that can be found in Gemfile
, including:
To install requirements run
bundle install
If you would like to view the changes locally as you hack, use nanoc-guard:
# in window/tab 1
guard
# in window/tab 2
nanoc view
And then open http://localhost:3000
It's required to reload page after changing code.
Validating site links integrity with Nanoc:
rake test
Thanks for taking the time to work on the RVM documentation project!