You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using jsii-docgen with projen and would like to have docs split up by submodule, using the --split-by-submodule option. However, when using this, no documentation is produced for the constructs in the root of the project.
Currently using jsii-docgen with projen and would like to have docs split up by submodule, using the
--split-by-submodule
option. However, when using this, no documentation is produced for the constructs in the root of the project.The full command:
With this, I get an 'api.md' file in the docusaurus/docs/api directory that has the following contents:
But none of those files contain any of the documentation for files in the 'src' directory, like gitpod.ts, ignore-file.ts, and others.
How can I have smaller, more fine-grained documentation files, without losing documentation for constructs in the root of the project?
The text was updated successfully, but these errors were encountered: