Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A documentation template built with Nextra and the DSFR design system, with a live demo and MIT license.
Nextra DSFR Docs Template is a documentation website starter built on Nextra and the react-dsfr implementation of the French government's DSFR design system, giving Markdown/MDX documentation sites a state-branded, accessible visual identity.
Nextra DSFR Docs Template is a documentation site template that pairs the Nextra static-site generator with the DSFR theme from react-dsfr. It runs on Next.js, turns Markdown/MDX content into a static documentation site, and is maintained under the MIT License by garronej. A live demo is deployed at nextra.react-dsfr.fr, and the source repository is available on GitHub.
nextra-theme-dsfr, a custom theme that replaces the default nextra-theme-docs.git clone, yarn, and yarn dev; the README documents these commands for a quick start.nextra-theme-docs and link its built dist folder for live reload, which is useful for understanding how Nextra themes work.nextra-theme-docs and modify its source locally to see how theme components are loaded and rendered.Clone the repository, install dependencies with yarn, and run yarn dev to start the development server. For experimenting with the default theme, edit next.config.js to use nextra-theme-docs, install that package, and link its source output into node_modules as the README describes.
This template is licensed under the MIT License, so you are free to use, modify, and distribute it in your own projects.
Yes. The project is released under the MIT License, which permits free use, modification, and redistribution for personal or commercial documentation projects.
DSFR stands for Système de Design de l'État Français, the French government's official design system. It sets standards for accessibility, components, and visual style, and the template implements it through the react-dsfr library.
Clone the repository, run yarn to install dependencies, then run yarn dev to start the development server. The README provides these commands under "Local Development".
Yes. The README explains how to change next.config.js so the site uses nextra-theme-docs rather than nextra-theme-dsfr. It also details how to experiment with the default theme's source code for live reload.
As a Nextra-based project, it supports both Markdown and MDX content, allowing you to embed React components directly in your documentation pages.