-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsdoc.json
More file actions
35 lines (35 loc) · 838 Bytes
/
jsdoc.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"include": [
"."
],
"exclude": [
"node_modules"
]
},
"recurseDepth": 10,
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"template": "./node_modules/clean-jsdoc-theme",
"destination": "./docs/",
"recurse": true,
"theme_opts": {
"menu": [
{
"title": "Github",
"link": "https://github.com/corocoto/Caesar-Cipher/",
"target": "_blank",
"class": "github-link",
"id": "github-link"
}
],
"meta": [
"<meta name=\"author\" content=\"Artem Gusev\">",
"<meta name=\"description\" content=\"Caesar Cipher project documentation\">"
],
"footer": "Copyright \t© 2020 Artem Gusev. All right reserved."
}
}
}