16
How do you holistically document microservices in a multi-repo setup?
(programming.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Let me stop you right there. If you want to generate API bindings, those should be generated from code, along with the documentation, not through it.
Generate API bindings from code? Then what's the code for? Do you have an example?
OpenAPI can generate bindings from their spec, but the spec only seems to describe a single microservice.
Anti Commercial-AI license
I feel like this is just confusing specification with documentation.
Code generated from a specification, and documented. Swagger using the same specification could maybe sort of be documentation
For a while Peertube solely used OpenAPI to document the project. That's spec, documentation, and code generation in one. Dunno when they switched to a separate documentation tech + OpenAPI, but it's there.
Yeah thats more what I was thinking