Author: PaloAltoNetworks
Discussions

Create API documentation using Docusaurus. Any ideas?
I'm also interested in this. Does Docusaurus support importing swaggers? More on reddit.com
๐ŸŒ r/Docusaurus
3
1
December 6, 2021
I spent a few days testing out every API docs platform so you donโ€™t have to
Here's an album with photos of all docs and links to demos :) More on reddit.com
๐ŸŒ r/node
30
211
November 30, 2023
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.com
๐ŸŒ r/api
7
10
June 5, 2021
Self-hosted API docs or third-party platforms? why choose one over the other?
We are using a self-hosted option with Docusaurus and OpenAPI plugin (Redocusaurus) for API docs, but planning a switch to either docusaurus-openapi-plugin or Scalarโ€™s OpenAPI integration with Docusaurus due to scalability. As we are using the docs as code methodology, this workflow seems to work the best for us as we try to ensure documentation follows the same delivery standards as the software it supports. Everything is Git version controlled, with CI/CD pipelines for automated builds and previews, API code samples testing, staging environment, and deployments to production. Depends on what (and how) youโ€™re looking to achieve, but our workflow requires a lot of upfront setup and maintenance, but pays off in consistency, traceability, and automation. More on reddit.com
๐ŸŒ r/technicalwriting
6
5
August 4, 2025
๐ŸŒ
hungovercoders
hungovercoders.com โ€บ blog โ€บ 2025-03-25-render-beautiful-api-contract-docs-with-docusuarus
Render Beautiful API Contract Docs with Docusuarus
March 25, 2025 - These will appear under the /docs/whiskey/api/v1/ directory of your docusaurus website. ... These mdx files will be the rendered API documentation for your API contract.
๐ŸŒ
LogRocket
blog.logrocket.com โ€บ home โ€บ create fast, modern api docs using docusaurus
Create fast, modern API docs using Docusaurus - LogRocket Blog
May 15, 2025 - Use Git, code reviews, and CI/CD pipelines to manage your documentation, especially if youโ€™re shipping multiple versions of your API. Docusaurus is a powerful static site generator built by Meta and designed specifically for documentation websites.
๐ŸŒ
Apidog
apidog.com โ€บ blog โ€บ docusaurus-create-api-specifications
Solved: Can Docusaurus Create API Documentation?
Since Docusaurus uses Markdown for content, it lacks a structured data format specifically designed for API references. You need to manually describe each API endpoint, parameters, responses, etc., making it difficult to structure the content. ... Docusaurus lacks the ability to automatically ...
๐ŸŒ
Liblab
liblab.com โ€บ tutorials
Integrate SDK Snippets into your API Reference Documentation using Docusaurus | Generate SDKs for your API with liblab
This tutorial shows you how to add SDK snippets to an existing API documentation site built with Docusaurus.
๐ŸŒ
Scalar
scalar.com โ€บ products โ€บ api-references โ€บ integrations โ€บ docusaurus
API Reference for Docusaurus
This should render our Scalar Galaxy example on http://localhost:3000/scalar if you used the OpenAPI url shown above, or your own APIs if you supplied your own. Hey, big TypeScript fans here. If you're one, too, here's the Docusaurus configuration in TypeScript: // docusaurus.config.ts import type { Config } from '@docusaurus/types' import type { ScalarOptions } from '@scalar/docusaurus' // โ€ฆ const config: Config = { // โ€ฆ plugins: [ [ '@scalar/docusaurus', { label: 'Scalar', route: '/scalar', configuration: { // Put the URL to your OpenAPI document here: url: 'https://registry.scalar.com/@scalar/apis/galaxy?format=json', }, } as ScalarOptions, ], ], } typescript
Find elsewhere
๐ŸŒ
GitHub
github.com โ€บ facebook โ€บ docusaurus
GitHub - facebook/docusaurus: Easy to maintain open source documentation websites. ยท GitHub
July 4, 2026 - The Docusaurus documentation (e.g., .md files in the /docs folder) is Creative Commons licensed.
Author: facebook
๐ŸŒ
Scalar
guides.scalar.com โ€บ scalar โ€บ scalar-api-references โ€บ integrations โ€บ docusaurus
Scalar API Reference for Docusaurus
This should render our Scalar Galaxy example on http://localhost:3000/scalar if you used the OpenAPI url shown above, or your own APIs if you supplied your own. Hey, big TypeScript fans here. If you're one, too, here's the Docusaurus configuration in TypeScript: // docusaurus.config.ts import type { Config } from '@docusaurus/types' import type { ScalarOptions } from '@scalar/docusaurus' // โ€ฆ const config: Config = { // โ€ฆ plugins: [ [ '@scalar/docusaurus', { label: 'Scalar', route: '/scalar', configuration: { // Put the URL to your OpenAPI document here: url: 'https://registry.scalar.com/@scalar/apis/galaxy?format=json', }, } as ScalarOptions, ], ], } ts
๐ŸŒ
YouTube
youtube.com โ€บ ibm developer
Document APIs with open source OpenAPI Comment Parser - YouTube
Learn more in this blog post: https://ibm.biz/BdqAMa In this video, Nicholas Bourdakos walk viewers through a demo video showing how to use the new OpenAPI C...
Published: August 6, 2020
Views: 2K