Files
scrypted/sdk/typedoc.json
2022-09-24 11:31:02 -07:00

22 lines
528 B
JSON

{
"entryPoints": [
"./src"
],
"sort": ["source-order"],
"name": "Scrypted Documentation",
"tsconfig": "./tsconfig.json",
"out": "./developer.scrypted.app/docs",
"categorizeByGroup": false,
"defaultCategory": "Device Interfaces Reference",
"excludePrivate": true,
"disableSources": true,
"categoryOrder": [
"Core Reference",
"Device Provider Reference",
"Media Reference",
"Webhook and Push Reference"
],
"customCss": "./developer.scrypted.app/docs.css",
"readme": "./README.md"
}