refactor: simplify documentation structure by removing multi-language i18n support and unused components
This commit is contained in:
@@ -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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user