Skip to content

Commit

Permalink
doc: Add icons to package manager tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
vbudovski committed Dec 22, 2024
1 parent da951c5 commit e5b46ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions paseri-docs/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
title: "Getting Started"
---

import {Tabs, TabItem} from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';

## Installation

<Tabs syncKey="packageManager">
<TabItem label="Deno">
<TabItem label="Deno" icon="deno">
```shell
deno add jsr:@vbudovski/paseri
```
</TabItem>
<TabItem label="Bun">
<TabItem label="Bun" icon="bun">
```shell
bunx jsr add @vbudovski/paseri
```
</TabItem>
<TabItem label="pnpm">
<TabItem label="pnpm" icon="pnpm">
```shell
pnpm dlx jsr add @vbudovski/paseri
```
</TabItem>
<TabItem label="yarn">
<TabItem label="yarn" icon="seti:yarn">
```shell
yarn dlx jsr add @vbudovski/paseri
```
</TabItem>
<TabItem label="npm">
<TabItem label="npm" icon="seti:npm">
```shell
npx jsr add @vbudovski/paseri
```
Expand Down

0 comments on commit e5b46ce

Please sign in to comment.