mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-16 19:41:01 +03:00
21 lines
549 B
JSON
21 lines
549 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"
|
|
]
|
|
}
|