mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat: update ckan-devstaller to v0.3.1
This commit is contained in:
parent
0e263202a1
commit
475bcc4932
21 changed files with 240 additions and 57 deletions
|
|
@ -118,7 +118,7 @@ function Hero() {
|
|||
</p>
|
||||
<div className="inline-flex items-center gap-3 max-md:mx-auto mb-8">
|
||||
<Link
|
||||
href="/docs"
|
||||
href="/docs/builder"
|
||||
className={cn(
|
||||
buttonVariants({ size: "lg", className: "rounded-full" }),
|
||||
)}
|
||||
|
|
@ -139,7 +139,7 @@ function Hero() {
|
|||
</Link>
|
||||
</div>
|
||||
<Cards>
|
||||
<Card icon={<ZapIcon />} href="/docs" title="Quick start">
|
||||
<Card icon={<ZapIcon />} href="/docs/builder" title="Quick start">
|
||||
Get started with ckan-devstaller and install CKAN within minutes
|
||||
</Card>
|
||||
<Card icon={<BlocksIcon />} href="/docs/builder" title="Builder">
|
||||
|
|
@ -312,15 +312,9 @@ function WhyInteractive(props: {
|
|||
download speed.
|
||||
</p>
|
||||
<div className="flex gap-2">
|
||||
<Link href="/docs" className={cn(buttonVariants(), "not-prose")}>
|
||||
<Link href="/docs/builder" className={cn(buttonVariants(), "not-prose")}>
|
||||
Get started
|
||||
</Link>
|
||||
<Link
|
||||
href="/docs/builder"
|
||||
className={cn(buttonVariants(), "not-prose")}
|
||||
>
|
||||
Customize your installation
|
||||
</Link>
|
||||
</div>
|
||||
</WhyPanel>
|
||||
) : null}
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
@import "fumadocs-ui/css/neutral.css";
|
||||
@import "fumadocs-ui/css/ocean.css";
|
||||
@import "fumadocs-ui/css/preset.css";
|
||||
@import "tw-animate-css";
|
||||
@import "tw-animate-css";
|
||||
Loading…
Add table
Add a link
Reference in a new issue