diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index 63885c7..8a86dce 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -111,7 +111,7 @@ function Hero() { } - href="/docs/quick-start" + href="/docs" title="Quick start" > Get started with ckan-devstaller and install CKAN within minutes diff --git a/docs/components/ui/button.tsx b/docs/components/ui/button.tsx index 9fb2a80..c614777 100644 --- a/docs/components/ui/button.tsx +++ b/docs/components/ui/button.tsx @@ -20,6 +20,7 @@ const buttonVariants = cva( sm: "h-9 px-3", lg: "h-11 px-6", xs: "px-2 py-1.5 text-xs", + "icon-xs": "p-1 [&_svg]:size-4" }, }, defaultVariants: { diff --git a/docs/content/docs/changelog/0.3.0.mdx b/docs/content/docs/changelog/0.3.0.mdx index c79b95a..c8fce07 100644 --- a/docs/content/docs/changelog/0.3.0.mdx +++ b/docs/content/docs/changelog/0.3.0.mdx @@ -14,7 +14,7 @@ There is now an interactive web GUI, the [Builder](/docs/builder), for users to ## Updated Quick Start page -The [Quick Start](/docs/quick-start) page now includes three options for suggested installation methods: +The [Quick Start](/docs) page now includes three options for suggested installation methods: 1. Use the interactive [Builder](/docs/builder). 2. Install the "CKAN-only" preset with a script which installs the latest stable version of CKAN and ckan-compose (with optional non-interactive script).