Recommendations for generating public api docs
Work wants to use something like swagger to show public REST api docs, any better alternatives? our endpoints arent openapi compliant I think anyways. would like to not force api design if i can get away with it.
stuff like astro is cool but looking for something that requires less maintenance and more bring your own content like
4 Replies
npm
trpc-openapi
tRPC OpenAPI. Latest version: 0.7.0, last published: 3 months ago. Start using trpc-openapi in your project by running
npm i trpc-openapi
. There are no other projects in the npm registry using trpc-openapi.you have some plugins that generate docs from openapi specs
like
Hello from Docusaurus OpenAPI | Docusaurus OpenAPI
Description will go into a meta tag in
I guess something openapi is the way to go. Wanted to avoid it but maybe it's the right decision