mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
24 lines
590 B
JSON
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"
|
|
}
|