mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-15 02:51:01 +03:00
22 lines
585 B
JSON
22 lines
585 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",
|
|
"sortEntryPoints": false,
|
|
"projectDocuments": [
|
|
"docs/documents/niimbot_hardware_interfacing.md",
|
|
"docs/documents/niimbot_proto.md",
|
|
"docs/documents/niimbot_print_tasks.md"
|
|
],
|
|
"plugin": [
|
|
"typedoc-plugin-include-example"
|
|
],
|
|
"customCss": "./docs/tweaks.css"
|
|
}
|