-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.jsdoc.json
45 lines (45 loc) · 1.19 KB
/
.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
42
43
44
45
{
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "site/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,
"sort": false,
"wrap": true,
"static": true,
"navLevel": 5,
"menu": {
"Project Website": {
"href": "https://mfkdf.com"
},
"GitHub Repository": {
"href": "https://github.com/multifactor/MFKDF"
}
},
"scripts": ["https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js", "../docs.css", "../docs.js", "../header.js"],
"sectionOrder": [
"Tutorials",
"Namespaces",
"Classes"
]
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}