refactor: simplify documentation structure by removing multi-language i18n support and unused components
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
|
||||
import {i18n} from "@/lib/i18n";
|
||||
|
||||
export function baseOptions(): BaseLayoutProps {
|
||||
return {
|
||||
i18n,
|
||||
nav: {
|
||||
title: "MemeGoat",
|
||||
title: "My App",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user