mirror of
https://github.com/pterodactyl/documentation.git
synced 2026-02-04 21:04:32 -06:00
10 lines
181 B
TypeScript
10 lines
181 B
TypeScript
import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
|
|
|
|
export function baseOptions(): BaseLayoutProps {
|
|
return {
|
|
nav: {
|
|
title: 'Pterodactyl',
|
|
},
|
|
};
|
|
}
|