Closed allanbowe closed 1 year ago
Some additional comments following the first iteration:
jobFolders
should be the current directory / project root.Initial doc projectTarget:
{
"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json",
"jobConfig": {
"jobFolders": [
"/path/to project root"
]
},
"defaultTarget": "sasjsdoc",
"targets": [
{
"name": "sasjsdoc",
"serverUrl": "",
"serverType": "SASJS",
"appLoc": "/Public/app/docs",
}
]
}
:tada: This issue has been resolved in version 1.26.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
We need the ability to generate docs for a target in the same way as we do for the
sasjs doc
command (https://cli.sasjs.io/doc)Ideally this would somehow include the doxygen dependency, but if that's not possible, then we could at least make the doxy PATH configurable.