TShock/docs
2012-02-26 12:18:27 -07:00
..
src Pointing to .md.html files, this will allow generation to happen without any external copying. 2012-02-26 12:18:27 -07:00
generate.bat Added pandoc generator 2012-02-26 12:14:57 -07:00
readme.md Changed readme to be more effective 2012-02-25 23:25:11 -07:00

Building

  1. Install Pandoc.
  2. cd to docs/src
  3. pandoc index.md -o ../index.html
  4. pandoc permissions.md -o ../permissions.html

Adding stuff

  1. Everything is Markdown
  2. If you add a new page, include Markdown-CSS for best results.

Demo

You can access the docs at the TShock Github Page.