An open API service indexing awesome lists of open source software.

https://github.com/tyronejosee/project_drf_docs_redesigned

Remastered Django REST Framework documentation using Next.js and MDX. Modern navigation, interactive components, and an optimized developer experience.
https://github.com/tyronejosee/project_drf_docs_redesigned

css django djangorestframework documentation heroui html javascript mdx nextjs python react tailwindcss typescript vercel

Last synced: 2 months ago
JSON representation

Remastered Django REST Framework documentation using Next.js and MDX. Modern navigation, interactive components, and an optimized developer experience.

Awesome Lists containing this project

README

          



logo-color


Django REST Framework Docs - Redesigned


Deploy on Vercel


Interactive and modern documentation for Django REST Framework, built with Next.js, MDX, and TailwindCSS.
Includes contextual navigation, quick search (Ctrl+K), a dynamic table of contents, and a reading-optimized design.



typescript-version


nextjs-version


react-version


tailwind-version


heroui-version


mdx-version


zustand-version

## ✨ Features

- 📖 **MDX Support** → enriched documentation with code examples.
- 🎨 **Modern and accessible UI** → powered by [HeroUI](https://heroui.io/) and Tailwind.
- 🔍 **Integrated search** with shortcut (`Ctrl + K`).
- 📑 **Dynamic table of contents** highlighting the active section.
- 🧭 **Contextual navigation** (previous / next document).
- 🌙 **Dark mode by default** for comfortable reading.
- ⚡ **Static rendering** with MDX route generation.

## ⚙️ Installation

Clone the repository.

```bash
git clone https://github.com/tyronejosee/project_drf_docs_redesigned
cd your-repo
````

Install dependencies.

```bash
pnpm install
```

Run in development mode.

```bash
pnpm dev
```

Build for production.

```bash
pnpm build
pnpm start
```

## 🌱 Contributing

Contributions are welcome!
You can open an **issue** or a **pull request** to suggest improvements to the documentation or the user experience.

## ⚖️ License

This project follows the license of the official [Django REST Framework](https://github.com/encode/django-rest-framework) repository.