mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
fix(docs): icon-xs issue and quick-start href
This commit is contained in:
parent
451184a914
commit
1f2b68f4d2
3 changed files with 3 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ function Hero() {
|
|||
<Cards>
|
||||
<Card
|
||||
icon={<ZapIcon />}
|
||||
href="/docs/quick-start"
|
||||
href="/docs"
|
||||
title="Quick start"
|
||||
>
|
||||
Get started with ckan-devstaller and install CKAN within minutes
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue