mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Ensure the favicon gets shown in the docs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user