forked from pchen66/panolens.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
49 lines (49 loc) · 1.29 KB
/
jsdoc.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"tags": {
"allowUnknownTags": ["category"]
},
"source": {
"include": ["./src"],
"includePattern": ".js",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"readme": "README.md",
"template": "node_modules/docdash",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"sort": true,
"openGraph": {
"title": "Panolens",
"type": "website",
"image": "https://repository-images.githubusercontent.com/46604802/33c10480-7d64-11e9-97d8-f45a9169911c.png",
"site_name": "Panolens",
"url": "https://pchen66.github.io/Panolens/"
},
"meta": {
"title": "Panolens",
"description": "Panolens.js is an event-driven and WebGL based panorama viewer. Lightweight and flexible.",
"keyword": "panorama, 3d, 360, webgl, threejs"
},
"search": true,
"collapse": true,
"menu":{
"Github":{
"href":"https://github.com/pchen66/panolens.js",
"target":"_blank",
"class":"menu-item",
"id":"repository"
}
}
}
}