Styleguide

How to Contribute

  1. All the code lives under the `styleguide` rails "resource"

    1. Add/edit sections & pages into `_sidebar.haml` and a folder per section & `.haml` file per page.
    2. Each page is just a flat haml doc.
  2. Branch & PR and add @wnadeau, @JflemHired, @davidsasda as reviewers

Adding and editing components:

  1. Add a new partial to the components directory: `app/views/styleguide/components/_my_component.html.haml`
  2. Check out the `styleguide_example` helper method that DRYs up rendering source code.