@kubb/ui
Version:
User interface components and web dashboard for Kubb, providing a visual interface for managing and monitoring code generation.
24 lines (22 loc) • 410 B
text/typescript
export type SiteConfig = typeof siteConfig
export const siteConfig = {
name: 'Kubb ui',
description: '',
navItems: [
{
label: 'Home',
href: '/',
},
],
navMenuItems: [
{
label: 'Home',
href: '/',
},
],
links: {
github: 'https://github.com/kubb-labs/kubb',
docs: 'https://kubb.dev',
sponsor: 'https://github.com/sponsors/stijnvanhulle/',
},
}