Skip to content

Commit

Permalink
Fix yuidoc setup to support the split packages (#6153)
Browse files Browse the repository at this point in the history
* [CHORE] Igore docs folder

* [DOC @ember-data packages] fix yuidoc generation
  • Loading branch information
sivakumar-kailasam authored and runspired committed Jun 12, 2019
1 parent 6e04daf commit 553a88f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ benchmarks/results/*.json

.github-upload-token
*.swp
docs/build/
docs/
.metadata_never_index

DEBUG
Expand Down
6 changes: 5 additions & 1 deletion packages/-ember-data/yuidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension": ".js,.ts",
"paths": [
"addon",
"node_modules/ember-inflector/addon"
"node_modules/ember-inflector/addon",
"../adapter/addon",
"../model/addon",
"../serializer/addon",
"../store/addon"
],
"exclude": "vendor",
"outdir": "docs"
Expand Down

0 comments on commit 553a88f

Please sign in to comment.