🌐
GitHub
github.com › tauri-apps › rustdocusaurus
GitHub - tauri-apps/rustdocusaurus: POC—turning rustdoc generated docs into Docusaurus (MD + sidebar)
September 23, 2022 - POC—turning rustdoc generated docs into Docusaurus (MD + sidebar) - tauri-apps/rustdocusaurus
Starred by 7 users
Forked by 4 users
Languages: JavaScript 100.0% | JavaScript 100.0%
🌐
Steve's Jujutsu Tutorial
steveklabnik.github.io › doxidize › design-guide.html
Doxidize - Steve Klabnik - GitHub Pages
Second, it's nice to have a tool that's in Rust, because then it can deeply understand Rust. Docusaurus doesn't understand any specific language; it's effectively a static site generator, with features docs need. However, with integration, we can get nicer features.
Discussions

Doctave: a batteries-included docs site generator
That's a pretty sexy UI More on reddit.com
🌐 r/rust
22
112
November 8, 2021
A CLI Tool - Convert Docusaurus ".md" format to Quarto's ".qmd" format
Is Quarto still super slow? Was my main issue with it a couple years ago. More on reddit.com
🌐 r/rust
5
3
November 9, 2025
Docusaurus 3.0 - React Static Site Generator for docs sites - by Meta
Congratulations on the 3.0 release. Super cool opensource tool. This is why I still have some respect left for big tech. They give back to the dev community More on reddit.com
🌐 r/reactjs
34
131
November 1, 2023
Rustdoc should support GitHub's note/warning blockquote syntax - tools and infrastructure - Rust Internals
This is what it looks like: https://github.com/orgs/community/discussions/16925 The syntax is now supported by GitHub. UPDATE 1: There is a discussion in CommonMark about this: ⚠️ GitHub is beta testing their own Admonition syntax. We should weigh in - Extensions - CommonMark Discussion ... More on internals.rust-lang.org
🌐 internals.rust-lang.org
4
September 9, 2023
🌐
Docusaurus
docusaurus.io › showcase
Docusaurus Site Showcase | Docusaurus
A Rust ORM based on tokio-postgres ... Developer. open-source · personal · source · A multi-platform C++ library for capturing, parsing and crafting of network packets ·...
🌐
Reddit
reddit.com › r/rust › doctave: a batteries-included docs site generator
r/rust on Reddit: Doctave: a batteries-included docs site generator
November 8, 2021 -

Hi folks,

I posted this on the Rust users forum quite a while ago but thought I'd finally submit this to the Reddit crowd too.

Doctave is a documentation site generator, written in Rust, that builds docs sites from Markdown. It's batteries-included, and hence requires minimal configuration or fiddling with plugins. The goal was to make a tool where you just start writing with minimal effort.

Features out of the box:

  • Mermaid.js diagram support

  • Offline full-text search

  • Local live-reloading server

  • Responsive design

  • Dark mode

  • GitHub flavored markdown

Here's a quick preview to give an idea of what it looks like:

The tool's docs are of course self-hosted

You can deploy the sites on any hosting provider of your choice, such as GitHub pages. I'm also in the process of building a specialized hosting provider for Doctave sites, Doctave.com, for those users who have multiple projects and require some features aimed at larger teams and managing larger documentation projects.

Links:

  • Source: https://github.com/Doctave/doctave

  • Docs (self-hosted, obviously): https://cli.doctave.com/

Would love to hear an feedback you folks may have!

🌐
Canny
docusaurus.canny.io › feature-requests › p › support-rust-syntax-highlighting
Support Rust syntax highlighting | Feature Requests | Docusaurus
I'm on 2.2.0 and still don't see syntax highlighting for Rust. ```bash · npx docusaurus --version · 2.2.0 · ``` Can we reopen this FR?  · · · January 20, 2023 · · · Reply · Joshua Chen · Ko Ga: Please see https://docusaurus.io/docs/markdown-features/code-blocks#supported-languages ·
🌐
GitHub
github.com › dcSpark › carp › issues › 65
Generate Rust docs and embed them in Docusaurus · Issue #65 · dcSpark/carp
May 21, 2022 - Right now we don't have any docs generated for the Rust code. It could be useful to generate them and add them to Docusaurus as well
Author: dcSpark
🌐
Reddit
reddit.com › r/rust › a cli tool - convert docusaurus ".md" format to quarto's ".qmd" format
r/rust on Reddit: A CLI Tool - Convert Docusaurus ".md" format to Quarto's ".qmd" format
November 9, 2025 -

Hi r/rust!

I built my first production Rust CLI and wanted to share.

What it does: Converts Docusaurus markdown files to Quarto format

Why I built it: Needed to migrate 15+ documentation files and couldn't find an automation tool

Tech stack:

  • clap for CLI args

  • regex for pattern matching

  • indicatif for progress bars

  • walkdir for directory traversal

  • GitHub Actions for cross-platform releases

What I learned:

  • Rust's ownership concepts

  • Publishing to crates.io

  • Creating Homebrew formulae

  • Cross-compilation for different architectures

Installation:

cargo install doc2quarto

Links:

  • GitHub: https://github.com/rvbug/doc2quarto

  • Blog: https://qubitai.in/qscribe-docs/posts/Quarto/quarto.html

Feedback welcome! This is my first Rust project.

🌐
Hacker News
news.ycombinator.com › item
Just curious whether rust is an advantage for this sort of a tool? I don't know ... | Hacker News
August 1, 2022 - We are willing to include Rust in Docusaurus in the future (alongside Node.js), as it can help to build the static doc site faster. BTW our docusaurus prod site (docusaurus.io) is built using swc already (https://swc.rs/) · Now using a 100% Rust tool to build a doc site would be great too, ...
Find elsewhere
🌐
Rust Internals
internals.rust-lang.org › tools and infrastructure
Rustdoc should support GitHub's note/warning blockquote syntax - tools and infrastructure - Rust Internals
September 9, 2023 - This is what it looks like: https://github.com/orgs/community/discussions/16925 The syntax is now supported by GitHub. UPDATE 1: There is a discussion in CommonMark about this: ⚠️ GitHub is beta testing their own Admonition syntax. We should weigh in - Extensions - CommonMark Discussion UPDATE 2: It seems Docusaurus aren't too fond of this: GFM like admonitions/callouts · Issue #7471 · facebook/docusaurus · GitHub
Author: lmbaeza
🌐
Hacker News
news.ycombinator.com › item
I thought so, too. I've switched to mdbook[1], which is more lightweight, and (a... | Hacker News
August 1, 2022 - https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-pw · We'll look into more "offline supports" in the future including producing pdf files etc (it already exists but as community plugins)
🌐
GitHub
github.com › topics › docusaurus-v3
docusaurus-v3 · GitHub Topics · GitHub
Rust CLI utility to turn a Docusaurus website into PDF files · rust cli pdf-generation docusaurus docusaurus-v3 · Updated · Apr 8, 2025 · Rust · Add a description, image, and links to the docusaurus-v3 topic page so that developers can more easily learn about it.
🌐
OpenReplay
blog.openreplay.com › openreplay blog › meet rspress: a rust-powered site generator
Meet Rspress: A Rust-Powered Site Generator
March 26, 2026 - How does Rspress compare to Docusaurus for React documentation? Rspress offers faster build times thanks to its Rust-powered Rspack bundler and ships with features like lazy compilation and persistent caching by default. Docusaurus has a larger plugin ecosystem and broader community.
🌐
Docsaid
docsaid.org › en › blog › update-docusaurus-to-3-6-0
Update Docusaurus to 3.6.0 | DOCSAID
November 9, 2024 - Docusaurus has released version 3.6.0, which includes updates to the bundling tool, significantly speeding up build times.
🌐
AlternativeTo
alternativeto.net › software › docusaurus
Docusaurus Alternatives: Top 12 Documentation Generators | AlternativeTo
Is Archivy a good alternative to Docusaurus? 13 likes · Gitbook alternative in Rust. Free · Open Source (MPL-2.0) Static Site Generator · United States · Mac · Windows · Linux · Rust · More about mdBook · Is mdBook a good alternative to Docusaurus? 8 likes · Simple, powerful, and fast.