Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 470 Bytes

Grafana.org

This is the entire site and documentation for grafana.org. If you want to add to the documentation just do this:

  • Fork this repo
  • Install Ruby (MRI required) - (Optionally install RVM for simpler setup).
  • Go into the directory and run bundle install
  • Start the server to look at it locally with middleman server
  • Make sweet edits
  • Check it at localhost:4567
  • Submit a pull request