Skip to content

Commit

Permalink
Add ember-data dependency to the quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
barryofguilder committed Dec 5, 2024
1 parent ab3ab29 commit c85778c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/dummy/app/templates/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## 1. Install AddonDocs

```
```sh
ember install ember-cli-addon-docs
```

[Ember Data](https://github.com/emberjs/data) is a required peer dependency, so if you're not already using it in your addon, you'll need to install it.

```sh
ember install ember-data
```

## 2. Install ember-cli-addon-docs-yuidoc

API docs are autogenerated from comments in your source code, and require an additional plugin to be installed.
Expand Down

0 comments on commit c85778c

Please sign in to comment.