mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
22 lines
528 B
JSON
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"
|
|
}
|