Files
create-better-t-stack/apps/web/src/app/layout.config.tsx
2025-04-24 10:33:09 +05:30

17 lines
410 B
TypeScript

import type { BaseLayoutProps } from "fumadocs-ui/layouts/shared";
/**
* Shared layout configurations
*
* you can configure layouts individually from:
* Home Layout: app/(home)/layout.tsx
* Docs Layout: app/docs/layout.tsx
*/
export const baseOptions: BaseLayoutProps = {
nav: {
title: "Better-T-Stack",
enabled: false,
},
githubUrl: "https://github.com/AmanVarshney01/create-better-t-stack",
};