Skip to content

Commit

Permalink
docs: add tab icons
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Mar 2, 2024
1 parent e3780a6 commit a60db5f
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 66 deletions.
10 changes: 5 additions & 5 deletions docs/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ If you want to use Nostialgist.js to build something cool, here are some choices
### Use a package manager
If you are building a modern frontend project, you can use npm or its alternatives to install it to your project.
<Tabs>
<TabItem label="npm">
<TabItem label="npm" icon="seti:npm">
```sh
npm i nostalgist
```
</TabItem>
<TabItem label="yarn">
<TabItem label="yarn" icon="seti:yarn">
```sh
yarn add nostalgist
```
</TabItem>
<TabItem label="pnpm">
<TabItem label="pnpm" icon="pnpm">
```sh
pnpm i nostalgist
```
</TabItem>
<TabItem label="bun">
<TabItem label="bun" icon="bun">
```sh
bun i nostalgist
```
Expand Down Expand Up @@ -113,4 +113,4 @@ You can also use the ESM version of Nostalgist.js with CDN.
</Tabs>
### Next steps
You may want to read the [API reference](/apis/index).
You may want to read the [API reference](/apis).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.8.5",
"@astrojs/starlight": "0.20.1",
"@playwright/test": "1.42.0",
"@astrojs/starlight": "0.21.0",
"@playwright/test": "1.42.1",
"@types/emscripten": "1.39.10",
"@types/ini": "4.1.0",
"@types/is-ci": "3.0.4",
"@types/wicg-file-system-access": "2023.10.4",
"astro": "4.4.6",
"astro": "4.4.8",
"browserfs": "1.4.3",
"eslint": "8.57.0",
"happy-dom": "13.6.2",
Expand Down
118 changes: 60 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a60db5f

Please sign in to comment.