These are the source files that power mongoid.org. It is a middleman powered static page.
Please help Mongoid flesh out its documentation. We'll merge in any reasonable extensions to our website docs, and give credit for your help!
Clone this repo and run bundle install
. Then run
bundle exec middleman
to start the server at http://localhost:4567
Clone the 'mongoid.github.io' submodule:
git submodule init; git submodule update
Then run bundle exec rake
, to build the html version of the site.
Commit and push the submodule:
cd build; git commit -am'Update website'; git push origin master
All pages are written in haml, and for consistency must stay that way.