forked from ExplorViz-Archive/explorviz-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yuidoc.json
25 lines (25 loc) · 915 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
{
"name": "ExplorViz Frontend",
"description": "ExplorViz Frontend : ExplorViz's client component for visualization",
"version": "1.3.0",
"url": "https://www.explorviz.net",
"logo": "https://www.explorviz.net/img/slideshow/explorviz-logo.png",
"options": {
"outdir": "./docs",
"exclude": "dist,lib,docs,build,node_modules,public,tmp,vendor",
"themedir": "./node_modules/yuidoc-bootstrap-theme",
"helpers": ["./node_modules/yuidoc-bootstrap-theme/helpers/helpers.js"],
"external": {
"data": [
{
"base": "https://emberjs.com/api/",
"json": "http://builds.emberjs.com/tags/v3.2.0/ember-docs.json"
},
{
"base": "https://emberjs.com/api/data/",
"json": "http://builds.emberjs.com/tags/v3.2.0/ember-data-docs.json"
}
]
}
}
}