Skip to content

Commit b63eb18

Browse files
committed
Document supported Ember version
1 parent 206ca25 commit b63eb18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/dummy/app/pods/docs/usage/template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Usage
22

3+
## Requirements
4+
5+
To use Addon Docs, your addon must have a `devDependency` of **Ember v2.8** or higher.
6+
7+
Note that your addon can still support older versions of Ember – it's just that you won't be able to run your Addon Docs documentation site against those older versions. (This means you also cannot write acceptance/application tests against your docs sites on older versions of Ember.)
8+
9+
310
## Installation
411

512
```sh

0 commit comments

Comments
 (0)