You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Link to v2 addon format documentation. Not everyone understands what is this about.
- Generic `documentingAddonAt` of value `addon` is confusing as it _might_ be "standard" ember folder. Bu using `my-awesome-addon` we hint that this is _user_ generated name.
- For `addonSrcFolder` use _the default_ value of `src`. If the user just copy-pastes it, it will just work.
Copy file name to clipboardExpand all lines: tests/dummy/app/templates/docs/standalone-apps.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,14 @@ let app = new EmberApp(defaults, {
33
33
});
34
34
```
35
35
36
-
If the addon is authored in v2 Addon Format `ember-cli-addon-docs` will look for the addon source code in `src` folder.
36
+
If the addon is authored in [v2 Addon Format](https://github.com/embroider-build/addon-blueprint)`ember-cli-addon-docs` will look for the addon source code in `src` folder.
37
37
You may need to set `addonSrcFolder` config option if addon uses another folder:
0 commit comments