forked from UnseenFaith/komada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.docstrap.json
26 lines (26 loc) · 1019 Bytes
/
.docstrap.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
{
"templates": {
"name" : "Komada",
"footerText" : "Welcome to Komada's Documentation! Discord: <a href=\"https://discord.gg/FpEFSyY\" target=\"_blank\">https://discord.gg/FpEFSyY</a>",
"tabNames": {
"api" : "Documentation",
"tutorials" : "Examples"
},
"logo": {
"url" : "https://cdn.discordapp.com/avatars/275809850422722560/4e85b97ec4d79f709bbedd849c0e6ad9.png?size=256",
"width" : "100px",
"height" : "100px",
"link" : "https://github.com/dirigeants/komada"
}
},
"source": {
"include" : [ "./src"]
},
"opts": {
"template" : "node_modules/tui-jsdoc-template",
"encoding" : "utf8",
"destination" : "./docs/",
"tutorials" : "./examples",
"recurse" : true
}
}