Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 958 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 958 Bytes

Web2project's Documentation Site

This is the repository for all the documentation for Web2project which currently resides at http://docs.web2project.net

The underlying theme for this site is https://github.com/Wiredcraft/carte

If you want to run this locally yourself, check out Github's getting started documentation here: https://help.github.com/articles/using-jekyll-with-pages/ and then run:

bundle exec jekyll serve

Todo list

  • The entire site needs a good scrubbing/update
  • All images are circa 2007 and need to be updated under the new themes
  • All tables need to be updated, they were originally written for MediaWiki
  • All issues in the Release Notes should be linked back to Mantis

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request from github