Combine
to generate api.md and put to module root.
Integration
Question
- How to build the apiview-java-processor, given it currently in the tools repo? Should we move it into SDK repo? Or upload the build to devfeed?
- Later we may modify the processor to directly output markdown, but not a priority right now.
Combine
to generate
api.mdand put to module root.Integration
api.mdwhen user does not use the pipeline (this is what Python does -- another alternative is to have agent on PR to regen theapi.mdand commit, if not match)Question