Hi all,
I am currently building a Javadoc site generator for
WireMock repositories. It has a similar structure as Jenkins: a number of Java/Kotlin projects in the core, extensions and developer tooling.
One could use
https://www.javadoc.io/, but the demand from the WireMock maintainers is to have a standalone hosting so that additional features could be deployed.
- Takes configuration from a YAML file (Javadoc components structure)
- Supports custom themes, footers and headers for the site, thgat would include the navigation bar by default
- Build a static site compatible with GitHub pages
- Include a GitHub Actions step for generation
- NEXT: Support for including component docs generated by non-Javadoc utilities
I think I could do these bits in a compatible way so that the same generator could be used for Jenkins and WireMock, just with a different configuration. And the Jenkins one could keep running in Jenkins as now or in Jenkinsfile Runner
Would someone else be interested in such a a reusable project?
Best regards,
Oleg