-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathjsdoc.json
More file actions
30 lines (30 loc) · 877 Bytes
/
jsdoc.json
File metadata and controls
30 lines (30 loc) · 877 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
{
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "site/mfkdf2/docs/",
"recurse": true,
"verbose": true,
"docdash": {
"openGraph": {
"title": "Documentation | Multi-Factor Key Derivation Function (MFKDF) | JavaScript",
"type": "website",
"site-name": "MFKDF",
"url": "https://mfkdf.com/docs"
},
"meta": {
"title": "Documentation | Multi-Factor Key Derivation Function (MFKDF) | JavaScript",
"description": "Documentation for the javaScript implementation of the Multi-Factor Key Derivation Function (MFKDF)."
},
"search": true,
"menu": {
"Project Website": {
"href": "https://mfkdf.com"
},
"GitHub Repository": {
"href": "https://github.com/multifactor/MFKDF"
}
}
}
}
}