Files
scrypted/sdk/typedoc.json
2024-10-26 11:51:20 -05:00

24 lines
590 B
JSON

{
"entryPoints": [
"./src"
],
"sort": ["source-order"],
"name": "Scrypted Documentation",
"tsconfig": "./tsconfig.json",
"out": "./developer.scrypted.app/gen",
"categorizeByGroup": false,
"defaultCategory": "Device Interfaces Reference",
"excludePrivate": true,
"disableSources": true,
"categoryOrder": [
"Core Reference",
"Device Provider Reference",
"Media Reference",
"Webhook and Push Reference",
"Mixin Reference",
"WebRTC Reference"
],
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
"readme": "./README.md"
}