Create API documentation using Docusaurus. Any ideas?
I spent a few days testing out every API docs platform so you donโt have to
Favorite API Documentation UI/UX
Built on Docusaurus I believe, I like Timber.io's Vector documentation for their use of SVG^[1] graphics^[2] that help visually describe a lot of their concepts. I like their format for attribute definitions^[3] as it's not always easy adding all the specific details elegantly to an attribute and most people just default to an unstyled table.
While not as visually impressive with flashy graphics and UI elements, Twilio's documentation has similar Stripe vibes as I believe it's built on Slate which is about as close to Stripe's framework as you can get. I like the theme used^[4] in the code sample section as it's a nice break from the standard colors and it's easy on the eyes.
More on reddit.comSelf-hosted API docs or third-party platforms? why choose one over the other?
I have started to love Docusaurus (DS) for the docs that I am building look so good and everyone likes them.
My next goal is to generate APi documentation using this tool along with interactive code built in.
Any pointers/help?