mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-16 03:21:01 +03:00
16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"name": "NiimBlueLib Docs",
|
|
"entryPoints": ["./src/index.ts"],
|
|
"navigationLinks": {
|
|
"GitHub": "https://github.com/MultiMote/niimbluelib"
|
|
},
|
|
"treatValidationWarningsAsErrors": true,
|
|
"excludeReferences": true,
|
|
"out": "./docs/html",
|
|
"projectDocuments": ["docs/documents/*.md"],
|
|
"plugin": [
|
|
"typedoc-plugin-include-example"
|
|
]
|
|
}
|