Mongo Mapper

Contributing

Documentation

MongoMapper needs your help to make the documentation better. Here’s how to contribute:

  1. Fork the repo on GitHub and check out the gh-pages branch.
    $ git checkout -b gh-pages origin/gh-pages
    
  2. Install the Jekyll and RedCloth gems
    $ gem install jekyll RedCloth
    
  3. Install Pygments
    $ sudo easy_install Pygments
    
  4. Run the Jekyll server
    jekyll --auto --server
    
  5. Open up http://localhost:4000/ in your web browser
  6. Make your documentation changes
  7. Push your changes and submit a pull request

Suggestions

If you want to help with the documentation, but don’t know how to help, here are some ideas of things that need documented.

Guidelines

In order to maintain quality, here are some guidelines for contributing to the MongoMapper documentation.

Fork me on GitHub