Skip to content

Commit

Permalink
docs(generation): remove menu and fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
nurrony committed Jan 8, 2024
1 parent 1b1451e commit bc980e3
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,6 @@
"footer": "<footer style='width: 100%;'><div style='margin-bottom: 0.5rem;font-size: 1.25rem; font-weight: bold;'>HLSDownloader</div> <p>Please Feel free to <a style='text-decoration: underline;' target='_blank' href='https://github.com/nurrony/hlsdownloader/fork'>fork on GitHub</a>. Give a ⭐️ if this project helped you!. I will be grateful if you all help me to improve this package by giving your suggestions, feature request and pull requests. I am all ears!!</p></footer>",
"homepageTitle": "Documentation | HLSDownloader",
"includeFilesListInHomepage": true,
"menu": [
{
"id": "HomePage",
"link": "https://nurrony.github.io/hlsdownloader",
"title": "🏠 Homepage"
},
{
"id": "github",
"link": "https://github.com/nurrony/hlsdownloader",
"title": "GitHub"
},
{
"id": "npm",
"link": "https://www.npmjs.com/package/hlsdownloader",
"title": "NPM"
}
],
"meta": [
{
"content": "Nur Rony",
Expand All @@ -47,7 +30,7 @@
"prefixModuleToSidebarItems_experimental": false,
"search": true,
"static_dir": ["./assets"],
"title": "<div style=\"text-align: center;\"><a style=\"text-decoration: none;\" href=\"/\"><img src=\"assets/logo.png\" name='hlsdownloader' style=\"border-radius: 5px;\" height=\"130\" width=\"130\"/><h1 style=\"font-size: 2em;\">HLSDownloader</h1></a></div>"
"title": "<div style=\"text-align: center;\"><a style=\"text-decoration: none;\" href=\"https://nurrony.github.io/hlsdownloader\"><img src=\"assets/logo.png\" name='hlsdownloader' style=\"border-radius: 5px;\" height=\"130\" width=\"130\"/><h1 style=\"font-size: 2em;\">HLSDownloader</h1></a></div>"
}
},
"plugins": ["plugins/markdown"],
Expand Down

0 comments on commit bc980e3

Please sign in to comment.