14 lines
372 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"name": "NiimBlueLib Docs",
"entryPoints": ["./src"],
"navigationLinks": {
"GitHub": "https://github.com/MultiMote/niimbluelib"
},
"treatValidationWarningsAsErrors": true,
"excludeReferences": true,
"entryPointStrategy": "expand",
"out": "./docs/html",
"projectDocuments": ["docs/documents/*.md"],
}