forked from PharmaLedger-IMI/csc-workspace-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdocs.json
97 lines (97 loc) · 3 KB
/
jsdocs.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"plugins": [
"plugins/markdown",
"plugins/summarize"
],
"package": "package.json",
"recurseDepth": 10,
"source": {
"include": [
"./index.js"
],
"exclude": [],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"ink-docstrap": {
"systemName" : "Pharmaledger's Finished Goods Traceability",
"footer" : "PDM&FC",
"copyright" : "MIT Licence",
"includeDate" : "true",
"navType" : "inline",
"theme" : "yeti",
"linenums" : "true",
"collapseSymbols" : "false",
"inverseNav" : "true",
"outputSourceFiles" : "true" ,
"outputSourcePath" : "false",
"dateFormat" : "dddd, MMMM Do YYYY, h:mm:ss a",
"syntaxTheme" : "default",
"sort" : "true",
"search" : "true"
},
"docdash": {
"static": true,
"sort": true,
"sectionOrder": [
"Namespaces",
"Classes",
"Modules",
"Externals",
"Events",
"Mixins",
"Tutorials",
"Interfaces"
],
"search": true,
"collapse": true,
"wrap": false,
"typedefs": true,
"navLevel": -1,
"private": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Project Website": {
"href":"https://fgt.pharmaledger.pdmfc.com",
"target":"_blank",
"class":"menu-item",
"id":"website_link"
}
},
"nameInOutputPath": true,
"versionInOutputPath": true
},
"better-docs": {
"name": "Pharmaledger's Finished Goods Traceability Workspace",
"title": "Pharmaledger's Finished Goods Traceability Workspace",
"hideGenerator": true,
"navLinks": [
{
"label": "Github",
"href": "https://github.com/PharmaLedger-IMI/fgt-workspace.git"
},
{
"label": "Workspace",
"href": "https://fgt.pharmaledger.pdmfc.com/"
}
]
},
"cleverLinks": false,
"monospaceLinks": false,
"search": true
},
"opts": {
"encoding": "utf-8",
"template": "./node_modules/better-docs",
"destination": "./docs/",
"readme": "./README.md",
"recurse": true,
"verbose": true
}
}