fix fumadocs theme

This commit is contained in:
Aman Varshney
2025-04-24 10:32:24 +05:30
parent 60312877c6
commit a6c762d4f7
11 changed files with 605 additions and 770 deletions

View File

@@ -1,5 +1,4 @@
import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
import { BookMarked } from "lucide-react";
/**
* Shared layout configurations
@@ -9,23 +8,9 @@ import { BookMarked } from "lucide-react";
* Docs Layout: app/docs/layout.tsx
*/
export const baseOptions: BaseLayoutProps = {
nav: {
title: "Better-T-Stack",
enabled: false,
},
links: [
{
children: (
<a
className='border-muted flex border rounded-lg p-2 text-lg items-center gap-2'
href='/docs'
>
<BookMarked size={16} />
Documentation
</a>
),
type: "custom",
},
],
githubUrl: "https://github.com/AmanVarshney01/create-better-t-stack",
nav: {
title: "Better-T-Stack",
enabled: false,
},
githubUrl: "https://github.com/AmanVarshney01/create-better-t-stack",
};