forked from CenterForOpenScience/ember-osf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yuidoc.json
26 lines (26 loc) · 843 Bytes
/
yuidoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Ember OSF Addon",
"description": "Ember components for interacting with the Open Science Framework",
"url": "https://github.com/CenterForOpenScience/ember-osf",
"logo": "https://cdn.cos.io/static/images/cos_wide.png",
"options": {
"linkNatives": "true",
"attributesEmit": "true",
"paths": [
"addon"
],
"outdir": "docs/",
"external": {
"data": [
{
"base": "https://emberjs.com/api/",
"json": "http://builds.emberjs.com/tags/v2.8.0/ember-docs.json"
},
{
"base": "https://emberjs.com/api/data/",
"json": "http://builds.emberjs.com/tags/v2.8.0/ember-data-docs.json"
}
]
}
}
}