refactor: simplify documentation structure by removing multi-language i18n support and unused components

This commit is contained in:
Mathis HERRIOT
2026-01-05 10:16:29 +01:00
parent 91179199f7
commit 4d776c5c16
27 changed files with 57 additions and 445 deletions

View File

@@ -2,8 +2,6 @@ import { source } from "@/lib/source";
import { createFromSource } from "fumadocs-core/search/server";
export const { GET } = createFromSource(source, {
localeMap: {
fr: { language: 'french' },
en: { language: 'english' },
},
// https://docs.orama.com/docs/orama-js/supported-languages
language: "english",
});