Skip to content

Commit

Permalink
docs: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Jun 5, 2024
1 parent 6a87d2f commit aa10cc3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"tsup": "^8.1.0",
"typedoc": "^0.25.13",
"typedoc-material-theme": "^1.0.2",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"typedocOptions": {
"name": "DisTube API Documentation",
"plugin": ["typedoc-material-theme"],
"plugin": ["typedoc-material-theme", "typedoc-plugin-extras"],
"themeColor": "#ED4245",
"entryPoints": ["src/index.ts"],
"out": "docs",
Expand All @@ -41,6 +41,8 @@
"Discord": "https://discord.gg/feaDd9h",
"Guide": "https://github.com/skick1234/DisTube/wiki"
},
"sitemapBaseUrl": "https://distube.js.org"
"sitemapBaseUrl": "https://distube.js.org",
"favicon": "https://github.com/skick1234/MaBu-CDN/blob/master/DisTube/img/favicon.png?raw=true",
"customDescription": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters."
}
}

0 comments on commit aa10cc3

Please sign in to comment.