<h1 align="center">
  <a href="https://healthsparq.github.io/ember-fountainhead/">
    <img width="500" src="https://cdn.rawgit.com/healthsparq/ember-fountainhead/master/public/fountainhead-logo-dark.svg" alt="Ember Fountainhead"/>
  </a>
</h1>
<p align="center">
  <a href="https://travis-ci.org/healthsparq/ember-fountainhead"><img src="https://travis-ci.org/healthsparq/ember-fountainhead.svg?branch=develop" alt="Build status"/></a>
  <a href="https://emberobserver.com/addons/ember-fountainhead"><img src="https://emberobserver.com/badges/ember-fountainhead.svg" alt="Ember Observer Score"/></a>
  <a href="https://github.com/healthsparq/ember-fountainhead/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Build status"/></a>
</p>

Ember Fountainhead is an addon for creating robust documentation for
your Ember application's source code. Documentation is available in application
for easy reference and is compiled at runtime, allowing you to include real,
working examples of your component code that you can see functioning in the
context of your docs.

## Installation

```
ember install ember-fountainhead
ember docs
```

See [healthsparq.github.io/ember-fountainhead/](https://healthsparq.github.io/ember-fountainhead/)
for getting started guides and a demo.
