1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00
Files
adapter/typedoc.json
2020-09-16 11:34:59 +03:00

46 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": "classes/reflection-717.reflection-180.sasjs",
"Types": "modules/types"
},
"SAS Viya API Client": "classes/reflection-717.reflection-180.sasviyaapiclient",
"SAS 9 API Client": "classes/reflection-717.reflection-180.sas9apiclient"
}
],
"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"
}
],
"source": [
{
"path": "https://github.com/sasjs/adapter/blob/master/src/",
"line": "L"
}
]
}