From a6b273719d20c3b5e0e6db38751ac87af0718e1c Mon Sep 17 00:00:00 2001 From: Hirotaka Mizutani <52546+hirotaka@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:00:05 +0900 Subject: [PATCH] chore: fix docs --- app/lib/config.ts | 2 +- content/docs/1.getting-started/1.index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/lib/config.ts b/app/lib/config.ts index 8e0e20a..aabcb57 100644 --- a/app/lib/config.ts +++ b/app/lib/config.ts @@ -2,7 +2,7 @@ export const siteConfig = { name: "Stackhacker UI", url: "https://ui.stackhacker.io", ogImage: "https://ui.stackhacker.io/og.jpg", - description: "Open-source Nuxt templates and components for the shadcn-vue community.", + description: "Stackhacker UI is an open-source collection of Nuxt templates and components for the shadcn-vue community.", links: { github: "https://github.com/stackhacker-ui/docs", }, diff --git a/content/docs/1.getting-started/1.index.md b/content/docs/1.getting-started/1.index.md index 94aaedf..e467900 100644 --- a/content/docs/1.getting-started/1.index.md +++ b/content/docs/1.getting-started/1.index.md @@ -1,12 +1,12 @@ --- title: Introduction -description: Open-source Nuxt templates and components for the shadcn-vue community. +description: Stackhacker UI is an open-source collection of Nuxt templates and components for the shadcn-vue community. category: overview --- -## What is stackhacker-ui? +## What is Stackhacker UI? -`stackhacker-ui` is an open-source project for Nuxt developers using shadcn-vue. +Stackhacker UI (`stackhacker-ui`) is an open-source project for Nuxt developers using shadcn-vue. It adds practical templates and reusable components to make implementation easier in real Nuxt projects.