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
I am working on a set of components which can be easily reused over several Gatsby projects. Additionally I create project specific components.
To provide a proper documentation to the team of other devs & editors, I want to display documentation from my project specific components plus the ones I included from the (community) repositories.
Solution
With these 3 pull requests, my use case would be fully covered:
The naming of the customPattern should probably be changed to a more clear name 🤔
The code for sure is not bullet proof yet, it also needs some documentation. I also found several other configuration options within docz-core which are not yet reflected on the website. We could tackle these as well :)
Would love to see this integrated, I am very open to feedback to my PRs.
👋
Example
With all PRs applied and the config below I can support components and docs from normal projects and mono/lerna/yarn workspace repositories as well.
Regarding the docs, if you agree with me and we go with docgenConfig.searchPatterns than we could add docs for the complete docgenConfig object in docz.site (https://github.com/doczjs/docz-website)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Situation
I am working on a set of components which can be easily reused over several Gatsby projects. Additionally I create project specific components.
To provide a proper documentation to the team of other devs & editors, I want to display documentation from my project specific components plus the ones I included from the (community) repositories.
Solution
With these 3 pull requests, my use case would be fully covered:
Todo
The naming of the
customPattern
should probably be changed to a more clear name 🤔The code for sure is not bullet proof yet, it also needs some documentation. I also found several other configuration options within docz-core which are not yet reflected on the website. We could tackle these as well :)
Would love to see this integrated, I am very open to feedback to my PRs.
👋
Example
With all PRs applied and the config below I can support components and docs from normal projects and mono/lerna/yarn workspace repositories as well.
The text was updated successfully, but these errors were encountered: