Initialize documentation module with Fumadocs integration and basic setup
This commit is contained in:
9
documentation/src/lib/layout.shared.tsx
Normal file
9
documentation/src/lib/layout.shared.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
|
||||
|
||||
export function baseOptions(): BaseLayoutProps {
|
||||
return {
|
||||
nav: {
|
||||
title: 'My App',
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user