-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathjsdoc.json
41 lines (41 loc) · 944 Bytes
/
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
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": ["source", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "./node_modules/docdash",
"encoding": "utf8",
"destination": "./dist/docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"search": true,
"typedefs": true,
"meta": {
"title": "Markdown to ADF translator",
"description": "Markdown to Atlassian Document Format translation",
"keyword": "markdown, jira, atlassian, confluence, ADF"
},
"menu":{
"Github repo":{
"href":"https://github.com/b-yond-infinite-network/md-to-adf",
"target":"_blank",
"class":"menu-item",
"id":"repository"
}
}
}
}