Ensure the favicon gets shown in the docs

This commit is contained in:
absidue
2021-11-22 18:32:10 +01:00
parent 4ee259589f
commit 236bdac468
3 changed files with 24 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{
"entryPoints": ["./play-dl"],
"plugin" : "typedoc-plugin-missing-exports",
"out": "docs/docs"
"plugin" : [ "typedoc-plugin-missing-exports", "typedoc-plugin-extras" ],
"out": "docs/docs",
"favicon": "./docs/favicon.ico"
}