feat: revamp documentation pages with new components, layout, and visuals

Introduced enhanced MDX components (cards, callouts, tabs, accordions, steps) for better content presentation. Redesigned the homepage with new sections highlighting features, tech stack, and quick access links. Updated the global CSS to use Catppuccin theme. Added branded visuals like the Memegoat logo and SVG. Improved metadata, localization (French), and search functionality.
This commit is contained in:
Mathis HERRIOT
2026-01-08 15:32:13 +01:00
parent 77263aead9
commit ec771eb074
7 changed files with 243 additions and 14 deletions

View File

@@ -3,5 +3,5 @@ import { source } from "@/lib/source";
export const { GET } = createFromSource(source, {
// https://docs.orama.com/docs/orama-js/supported-languages
language: "english",
language: "french",
});