mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix fumadocs theme
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user