-
Notifications
You must be signed in to change notification settings - Fork 6
/
jsdoc.json
60 lines (60 loc) · 1.53 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
50
51
52
53
54
55
56
57
58
59
60
{
"tags": {
"allowUnknownTags": ["title", "experimental", "todo"],
"dictionaries": ["jsdoc"]
},
"source": {
"includePattern": ".js$",
"excludePattern": "(.spec.js?$|node_modules/)"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": true,
"monospaceLinks": false
},
"docdash": {
"static": true,
"sort": true,
"sectionOrder": [
"Tutorials",
"Namespaces",
"Modules",
"Interfaces",
"Classes",
"Externals",
"Events",
"Mixins"
],
"search": true,
"collapse": false,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Github repo": {
"href": "https://github.com/itslanguage/itslanguage-js",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
},
"openGraph": {
"title": "ITSLanguage JavaScript SDK",
"type": "website",
"image": "https://avatars0.githubusercontent.com/u/20972344?s=400&u=73936e7fa2d2a1e5c180a11675bf9166d3717a6d&v=4",
"site_name": "ITSLanguage JavaScript SDK",
"url": "http://itslanguage.github.io/itslanguage-js/"
},
"meta": {
"title": "ITSLanguage JavaScript SDK",
"description": "Speech technology for language education. JSDoc 3 website for the JavaScript SDK.",
"keyword": "itslangauge, jsdoc, documentation, speech, speech technology"
}
}
}