21 lines
549 B
JSON
Raw Normal View History

2024-11-10 19:34:04 +03:00
{
"$schema": "https://typedoc.org/schema.json",
"name": "NiimBlueLib Docs",
2024-11-12 09:36:38 +03:00
"entryPoints": ["./src/index.ts"],
2024-11-10 19:34:04 +03:00
"navigationLinks": {
"GitHub": "https://github.com/MultiMote/niimbluelib"
},
"treatValidationWarningsAsErrors": true,
"excludeReferences": true,
"out": "./docs/html",
2024-12-05 12:22:53 +03:00
"sortEntryPoints": false,
2024-12-04 21:49:57 +03:00
"projectDocuments": [
"docs/documents/niimbot_hardware_interfacing.md",
"docs/documents/niimbot_proto.md",
"docs/documents/niimbot_print_tasks.md"
],
2024-11-19 23:36:59 +03:00
"plugin": [
"typedoc-plugin-include-example"
]
2024-11-10 19:34:04 +03:00
}