Skip to content
Snippets Groups Projects
yuidoc.json 720 B
Newer Older
Mathis Neumann's avatar
Mathis Neumann committed
  "name": "iobserve-ui",
  "description": "",
  "version": "0.0.0",
  "options": {
    "paths": [
      "app"
    ],
    "exclude": "vendor",
    "outdir": "docs",
    "linkNatives": true,
    "quiet": true,
    "parseOnly": false,
Mathis Neumann's avatar
Mathis Neumann committed
    "lint": false,
    "themedir": "node_modules/yuidoc-bootstrap-theme",
Mathis Neumann's avatar
Mathis Neumann committed
    "helpers": ["node_modules/yuidoc-bootstrap-theme/helpers/helpers.js"],
    "external": {
      "data": [
        {
          "base": "http://emberjs.com/api/",
          "json": "http://builds.emberjs.com/tags/v2.4.0/ember-docs.json"
        },
        {
          "base": "http://emberjs.com/api/",
          "json": "http://builds.emberjs.com/tags/v2.4.0/ember-data-docs.json"
        }
      ]
    }