any npm package to achieve something like?

I am building docs for my rest api All the docs options out there are ugly the one they are very good are paid, and i don't have money to pay for such, so i am building mine from ground up I am sure this session as seen in the image is handled by a library so can someone help me with name or something similar
8 Replies
jermberj
jermberj12mo ago
Do you mean you're expecting the code examples across different languages is handled by a library? I just want to be clear of what you're saying.
Lopen
Lopen12mo ago
Yes
jermberj
jermberj12mo ago
If you're asking about a library that generates all of the code examples, no, that does not exist AFAIK. If you're asking about a library which provides the language switcher itself (and you simply provide it the code you need per language), also, no. 🤷‍♂️
Lopen
Lopen12mo ago
🤔
fm0
fm012mo ago
theres things like mintlify
fm0
fm012mo ago
Mintlify - Beautiful documentation that converts users
Build the documentation you've always wanted. Beautiful out of the box, easy to maintain, and optimized for user engagement.
Lopen
Lopen12mo ago
Not an option i done buy the md idea to thing My code base is already large at it standsnow Also i hate the swagger api approach You lose so many productive hours typing to get the yaml format correct inline docs So after a few sleepless nights and more I was able to build mine from ground up And everything works dynamically as expected
Lopen
Lopen12mo ago
Want results from more Discord servers?
Add your server
More Posts
How to create or connect multiple records in prisma?I have a model Post that has many-to-many relationship with Tag model. I want to connect a tag if it❌ Attempted to access a server-side environment variable on the clientHi all, I just started a new T3 project where I would like to redirect my users from the login pagereplace [projectId] with project nameCurrently my url looks like this: http://localhost:3000/projects/asdjkfb67284v. How can I replace itLinter & type check in nextjs apphi if all the linter & typecheck is already done in each PR branch with CI, do i still need to do Consumer tRPC client package from private API type?I have a monrepo (template from t3-turbo), with a tRPC API package. I'd like to expose a router for SKIP_ENV_VALIDATIONI have this set to 'true' in my .env but I'm still getting errors about missing envs (they aren't miHow to add unique username to user that signed in via provider?What I'm trying to do: I'm trying to force user to add username after they signed in via provider. ARecommended architecture for my simple web scraping data visualizer for gym capacityHello. As of now, I have set up a lambda function that runs every 15min (scheduled by AWS EventBridgIf I make a cross platform website/app with nextJS + react native, how does the backend work?i havent used nextJS before so its a gray area for me , will my react-native app share the same backwhat should i know about backend before starting with nextjs?I am learning react for a while, and I am felling pretty comfortable with building things with that