---
title: Migrated the site to Fardin Docs
description: Everything now lives under /docs/*. 24 projects, 50 interview Q&A, and 7 essays imported as MDX.
section: meta
tags: [meta, changelog, migration, fumadocs]
genre: index
lastUpdated: 2026-04-17
url: https://fardiniqbal.com/docs/changelog/2026-04-17-migrated-to-fardin-docs
---


Migrated the site to Fardin Docs. Everything now lives under `/docs/*`. 24 projects, 50 interview Q\&A, and 7 essays imported as MDX from the existing data files. Legacy URLs (`/work`, `/blog`, `/interview`, `/about`, `/contact`, `/uses`, `/failures`, `/for-ai`) 301-redirect to `/docs/*` equivalents.

Before this, the site was five separate Next.js routes with bespoke shells, bespoke search, bespoke cross-linking — five variants of the same problem solved five times. Fumadocs collapses that into a single content tree: one sidebar, one search, one URL scheme, one set of MDX components. Every piece of content now lives in the same graph, which is the precondition for everything else I want to build on top — the knowledge graph node view, the LLM-friendly exports, the eventual cross-section linking.
