ember-cli-yuidoc icon indicating copy to clipboard operation
ember-cli-yuidoc copied to clipboard

Link to the official docs by default

Open sivakumar-kailasam opened this issue 9 years ago • 1 comments

Since this addon is Ember specific, does it make sense to link to the official ember & ember data yuidoc when generating a blueprint? Like,

  "external": {
    "data": [
      {
        "base": "http://emberjs.com/api/",
        "json": "http://builds.emberjs.com/tags/v2.7.1/ember-docs.json"
      },
      {
        "base": "http://emberjs.com/api/",
        "json": "http://builds.emberjs.com/tags/v2.7.0/ember-data-docs.json"
      }
    ]
  }

sivakumar-kailasam avatar Aug 26 '16 13:08 sivakumar-kailasam

what happens when Ember gets updated though? Or if I use an older version in my project? As a starting point this is definitely a reasonable default, I think. One small remark: the base URL for ember-data should be http://emberjs.com/api/data/.

akatov avatar Oct 09 '16 09:10 akatov