Skip to content

Commit

Permalink
chore(docs): Remove API auto documentation in favor of jsdoc comments…
Browse files Browse the repository at this point in the history
… in code
  • Loading branch information
scalvert committed Feb 26, 2020
1 parent d0c2927 commit 01f469c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 209 deletions.
192 changes: 0 additions & 192 deletions API.md

This file was deleted.

16 changes: 0 additions & 16 deletions documentation.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"build": "ember build",
"docs": "ember ts:precompile && documentation build --document-exported \"addon/index.js\" --document-exported \"addon-test-support/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md && prettier --single-quote --trailing-comma es5 --write API.md && ember ts:clean",
"lint:js": "eslint --ext ts,js .",
"lint:ts": "tsc -p tsconfig.json --noEmit",
"prepublishOnly": "ember ts:precompile",
Expand Down

0 comments on commit 01f469c

Please sign in to comment.