feat: generate docs

This commit is contained in:
2026-01-11 12:24:46 +08:00
parent 14aa3436cf
commit cd50716dc6
12 changed files with 32 additions and 107 deletions

View File

@@ -7,7 +7,7 @@ import { pluginSvgr } from '@rsbuild/plugin-svgr';
export default defineConfig({
plugins: [pluginReact(), pluginLess(), pluginSvgr()],
html: {
title: 'Foka CI',
title: 'Mini CI',
},
source: {
define: {

View File

@@ -31,7 +31,7 @@ function Home() {
>
<div className="flex flex-row items-center justify-center h-[56px]">
<Logo />
{!collapsed && <h2 className="ml-4 text-xl font-medium">Foka CI</h2>}
{!collapsed && <h2 className="ml-4 text-xl font-medium">Mini CI</h2>}
</div>
<Menu
className="flex-1"

View File

@@ -59,7 +59,7 @@ function ProjectCard({ project }: ProjectCardProps) {
return (
<Card
className="foka-card !rounded-xl border border-gray-200 h-[280px] cursor-pointer"
className="!rounded-xl border border-gray-200 h-[280px] cursor-pointer"
hoverable
bodyStyle={{ padding: '20px' }}
onClick={onProjectClick}

View File

@@ -24,7 +24,7 @@
"@pages/*": ["./src/pages/*"],
"@styles/*": ["./src/styles/*"],
"@assets/*": ["./src/assets/*"],
"@shared": ["src/utils"]
"@utils/*": ["./src/utils/*"]
}
},
"include": ["src"]