chore(docs): rearrange cards

This commit is contained in:
rzmk 2025-10-03 20:39:10 -04:00
parent b984c3b5e0
commit 1e03611f96

View file

@ -43,12 +43,6 @@ wget -O - https://github.com/dathere/ckan-devstaller/releases/download/0.2.1/ins
import { BlocksIcon, GitMergeIcon, Trash2Icon } from 'lucide-react'; import { BlocksIcon, GitMergeIcon, Trash2Icon } from 'lucide-react';
<Cards> <Cards>
<Card
icon={<GitMergeIcon />}
href="https://github.com/dathere/ckan-devstaller"
title="Source code">
View the source code of ckan-devstaller on GitHub
</Card>
<Card <Card
icon={<BlocksIcon />} icon={<BlocksIcon />}
href="/docs/reference/installation-architecture" href="/docs/reference/installation-architecture"
@ -63,4 +57,10 @@ import { BlocksIcon, GitMergeIcon, Trash2Icon } from 'lucide-react';
> >
Learn how to uninstall CKAN after running ckan-devstaller Learn how to uninstall CKAN after running ckan-devstaller
</Card> </Card>
<Card
icon={<GitMergeIcon />}
href="https://github.com/dathere/ckan-devstaller"
title="Source code">
View the source code of ckan-devstaller on GitHub
</Card>
</Cards> </Cards>