-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjsDocsConf.json
42 lines (42 loc) · 1.25 KB
/
jsDocsConf.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
{
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"include": ["."],
"exclude": ["node_modules", "docs"],
"excludePattern": ".+\\.min\\.js$"
},
"recurseDepth": 10,
"opts": {
"readme": "./README.md",
"destination": "./docs/private/",
"recurse": true,
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"title": "<a href=\"index.html\"><div class=\"sidebar-title\"><div class=\"image\"><img src=\"../assets/img/docs-icon.png\" \\></div><div class=\"text\">NetSuite Docs</div></div></a>",
"homepageTitle": "NetSuite Project Documentation",
"displayModuleHeader": true,
"include_css": ["docs/assets/templates/jsDocStyle.css"],
"codepen": {
"enable_for": ["examples"],
"options": {
"js_external": "https://code.jquery.com/jquery-3.6.0.min.js",
"js_pre_processor": "babel"
}
},
"base_url": "http://localhost/private/",
"favicon": "../assets/img/docs-icon.png",
"search": true,
"add_script_path": [
{
"src": "../assets/scripts/cs_sidebar.js",
"defer": "defer"
}
]
}
},
"plugins": ["plugins/markdown"],
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}