Rspress v2

Build beautiful docs at the speed of thought

A static site generator powered by Rust toolchains, designed for creating elegant documentation with MDX, full-text search, and effortless customization.

rspress.config.ts
import { defineConfig } from '@rspress/core';

export default defineConfig({
  title: 'My Site',
  themeConfig: {
    socialLinks: [
      { icon: 'github' },
    ],
  },
});

// That's it. Start writing docs.
Why Rspress

Everything you need, nothing you don't