mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
chore(docs): rearrange cards
This commit is contained in:
parent
b984c3b5e0
commit
1e03611f96
1 changed files with 6 additions and 6 deletions
|
|
@ -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';
|
||||
|
||||
<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
|
||||
icon={<BlocksIcon />}
|
||||
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
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue