Hey,
I've got a non-standard file structure, due to a monorepo containing several projects, one of them being the docs project.
root:
- docs
- mkdocs.yml
- python-sdk
- *.py files
- typescript-sdk
- *.ts files
With the Python handler, I can provide a paths: ["../python-sdk"]
option that points to the folder that needs to be scanned for source files.
I would like to have the same option in the TypeScript handler.
Otherwise, I need to bring into the docs project some of the files from the TS project (like package.json
, `tsconfig.json), OR run mkdocs from the TS project folder.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too