1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00
Files
adapter/typedoc.json
2020-07-07 20:51:44 +01:00

43 lines
1.1 KiB
JSON

{
"out": "docs",
"includeDeclarations": true,
"exclude": "**/*+(index|.spec|.e2e).ts",
"ignoreCompilerErrors": true,
"disableOutputCheck": true,
"excludeExternals": true,
"excludePrivate": true,
"excludeNotExported": true,
"theme": "./node_modules/typedoc-neo-theme/bin/default",
"outline": [
{
"SAS Adapter": {
"SASjs": "modules/sasjs",
"SASjsConfig": "classes/sasjsconfig.sasjsconfig-1",
"ServerType": "enums/servertype.servertype-1",
"SASjsRequest": "interfaces/sasjsrequest.sasjsrequest-1",
"SASjsWaitingRequest": "interfaces/sasjswaitingrequest.sasjswaitingrequest-1"
},
"SAS Viya API Client": "classes/sasviyaapiclient.sasviyaapiclient-1",
"SAS 9 API Client": "classes/sas9apiclient.sas9apiclient-1"
}
],
"links": [
{
"label": "SASjs on Github",
"url": "https://github.com/sasjs/adapter"
},
{
"label": "SASjs.io",
"url": "https://sasjs.io"
},
{
"label": "SASjs CLI",
"url": "https://github.com/sasjs/cli"
},
{
"label": "React Seed App",
"url": "https://github.com/sasjs/react-seed-app"
}
]
}