Skip to content

Commit

Permalink
Improve API docs layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoweiland committed Jul 5, 2016
1 parent c841e9a commit a6018bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"ember-load-initializers": "^0.5.1",
"ember-lodash": "0.0.9",
"ember-resolver": "^2.0.3",
"loader.js": "^4.0.1"
"loader.js": "^4.0.1",
"yuidoc-theme-quantosobra": "quantosobra/yuidoc-theme-quantosobra"
},
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions yuidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Tables for Ember Data models based on Ember Light Table.",
"url": "http://github.com/quantosobra/ember-data-table-light",
"options": {
"themedir": "node_modules/yuidoc-theme-quantosobra",
"enabledEnvironments": ["production"],
"paths": [
"app",
Expand All @@ -12,7 +13,7 @@
"data": [
{
"base": "http://emberjs.com/api/",
"json": "http://builds.emberjs.com/tags/v2.4.0/ember-docs.json"
"json": "http://builds.emberjs.com/tags/v2.6.0/ember-docs.json"
},
{
"base": "http://emberjs.com/api/data/",
Expand All @@ -23,7 +24,6 @@
"exclude": "vendor",
"outdir": "docs",
"linkNatives": true,
"quiet": true,
"parseOnly": false,
"lint": false,
"nocode": false
Expand Down

0 comments on commit a6018bf

Please sign in to comment.