Skip to content

Commit

Permalink
docs(website): Comparison with Rspress (#10822)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <[email protected]>
  • Loading branch information
DevJoaoLopes and slorber authored Jan 7, 2025
1 parent 5a50522 commit fcc9e5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ Currently, GitBook is only free for open-source and non-profit teams. Docusaurus

In comparison with statically generated HTML and interactivity added using `<script />` tags, Docusaurus sites are React apps. Using modern JavaScript ecosystem tooling, we hope to set new standards on doc sites' performance, asset building pipeline and optimizations, and ease to set up.

### Rspress {#rspress}

[Rspress](https://rspress.dev/) is a fast static site generator based on Rspack, a Rust-based bundler. It supports content writing with MDX (Markdown with React components), integrated text search, multilingual support (i18n), and extensibility through plugins. Designed for creating elegant documentation and static websites, Rspress produces static HTML files that are easy to deploy.

Rspress and Docusaurus are quite similar. They both have their pros and cons. Rspress was created more recently and benefits from a modern infrastructure that enables faster site builds. Docusaurus stands out for its maturity, comprehensive feature set, flexibility, and strong community. It is also [modernizing its infrastructure](https://github.com/facebook/docusaurus/issues/10556) regularly to remain competitive in terms of performance.

## Staying informed {#staying-informed}

- [GitHub](https://github.com/facebook/docusaurus)
Expand Down

0 comments on commit fcc9e5c

Please sign in to comment.