spotitube
Version:
A Converter That Will Convert Your Spotify To YT with LavaLink.
87 lines (86 loc) • 2.32 kB
JSON
{
"src":[
"./src/index.js",
"./src/*.js",
"./src/**/*.js",
"./README.md",
"CHANGELOG.md"
],
"dest":"./docs",
"jsdoc":{
"hierarchy":true,
"sort":"kind",
"plugins":[
"plugins/markdown"
]
},
"markdown":{
"sanitize":false
},
"app":{
"title": "SpotiTube",
"routing":"query",
"entrance":"content:readme",
"base":"/"
},
"template":{
"options":{
"title":{
"label": "SpotiTube",
"href":"."
},
"sidebar":{
"enabled":true,
"outline":"tree",
"collapsed":false,
"toolbar":true,
"itemsFolded":true,
"itemsOverflow":"crop",
"badges":true,
"search":true,
"animations":true
},
"symbols":{
"autoLink":true,
"params":"list",
"enums":"list",
"props":"list",
"meta":true
},
"navbar":{
"enabled":true,
"dark":true,
"animations":true,
"menu":[
{
"label": "Home",
"href":".",
"iconClass": "fas fa-home"
},
{
"label": "Change Log",
"href": "?content=changelog",
"iconClass": "fas fa-book"
},
{
"label":"Documentation",
"href":"?api",
"iconClass": "fas fa-book"
},
{
"label":"GitHub",
"href":"https://github.com/BotGrace/SpotiTube",
"target": "_blank",
"iconClass": "fab fa-github"
},
{
"label": "Discord",
"href": "https://discord.gg/GuGcuwdYwg",
"target": "_blank",
"iconClass": "fab fa-discord"
}
]
}
}
}
}