Create Guide page

This commit is contained in:
Takeshi Kimata
2024-05-12 01:19:04 +09:00
parent ccad7ecc60
commit a9457e0129
13 changed files with 175 additions and 83 deletions

View File

@@ -38,7 +38,7 @@ export default function MainTitle({ locale }: Props) {
<div className="mt-5">
<Button color="primary" radius="full">
<Link href={`/projects/`} locale={locale}>
<Link href={`/guide/selfhost`} locale={locale}>
{t("get_started")}
</Link>
</Button>