mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 01:22:11 +00:00
chore: add proper documentation (#763)
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
This commit is contained in:
12
typedoc.json
Normal file
12
typedoc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"readme": "none",
|
||||
"entryPoints": [
|
||||
"src/platform/lib.ts"
|
||||
],
|
||||
"out": "docs/api",
|
||||
"plugin": [
|
||||
"typedoc-plugin-markdown"
|
||||
],
|
||||
"hidePageHeader": true,
|
||||
"tsconfig": "tsconfig.json"
|
||||
}
|
||||
Reference in New Issue
Block a user