summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2024-01-15 11:25:48 +0100
committerGitHub2024-01-15 11:25:48 +0100
commitb8ceac47510168aa2c44f6685831e552fc1d54db (patch)
tree6a95e522afc81c05e580befe8165eb2072de3b07
parentd9005aa52322380ed322e5e57011fde74e566acb (diff)
downloadIT.starlight-b8ceac47510168aa2c44f6685831e552fc1d54db.tar.gz
IT.starlight-b8ceac47510168aa2c44f6685831e552fc1d54db.tar.bz2
IT.starlight-b8ceac47510168aa2c44f6685831e552fc1d54db.zip
[i18nIgnore] docs: `pnpm install` → `pnpm add` (#1324)
Co-authored-by: Chris Swithinbank <357379+delucis@users.noreply.github.com> Co-authored-by: Elian <15145918+ElianCodes@users.noreply.github.com> Co-authored-by: Kevin Zuniga Cuellar <46791833+kevinzunigacuellar@users.noreply.github.com> Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: Atharva <88548999+at-the-vr@users.noreply.github.com>
-rw-r--r--docs/src/content/docs/de/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/de/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/es/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/es/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/es/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/fr/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/fr/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/fr/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/hi/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/id/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/id/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/id/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/it/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/it/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/ja/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/ja/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/ja/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/ko/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/ko/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/ko/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/pt-br/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/pt-br/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/pt-br/guides/site-search.mdx2
-rw-r--r--docs/src/content/docs/ru/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/ru/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/zh-cn/guides/css-and-tailwind.mdx2
-rw-r--r--docs/src/content/docs/zh-cn/guides/customization.mdx2
-rw-r--r--docs/src/content/docs/zh-cn/guides/site-search.mdx2
31 files changed, 31 insertions, 31 deletions
diff --git a/docs/src/content/docs/de/guides/css-and-tailwind.mdx b/docs/src/content/docs/de/guides/css-and-tailwind.mdx
index 6c8ece60..72af9f5c 100644
--- a/docs/src/content/docs/de/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/de/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Wenn du bereits eine Starlight-Website hast und Tailwind CSS hinzufügen möchte
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/de/guides/customization.mdx b/docs/src/content/docs/de/guides/customization.mdx
index fb12fc5d..9e1757da 100644
--- a/docs/src/content/docs/de/guides/customization.mdx
+++ b/docs/src/content/docs/de/guides/customization.mdx
@@ -363,7 +363,7 @@ Es bietet npm-Module, die du für die gewünschten Schriftarten installieren kan
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/es/guides/css-and-tailwind.mdx b/docs/src/content/docs/es/guides/css-and-tailwind.mdx
index 0fa84457..cd3ffb30 100644
--- a/docs/src/content/docs/es/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/es/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Si ya tienes un sitio en Starlight y quieres agregar Tailwind CSS, sigue estos p
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/es/guides/customization.mdx b/docs/src/content/docs/es/guides/customization.mdx
index fba704a4..5fd78441 100644
--- a/docs/src/content/docs/es/guides/customization.mdx
+++ b/docs/src/content/docs/es/guides/customization.mdx
@@ -357,7 +357,7 @@ Proporciona módulos npm que puedes instalar para las fuentes que deseas utiliza
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/es/guides/site-search.mdx b/docs/src/content/docs/es/guides/site-search.mdx
index db43e8eb..b6ccbbf8 100644
--- a/docs/src/content/docs/es/guides/site-search.mdx
+++ b/docs/src/content/docs/es/guides/site-search.mdx
@@ -65,7 +65,7 @@ Si tienes acceso al [programa DocSearch de Algolia](https://docsearch.algolia.co
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/fr/guides/css-and-tailwind.mdx b/docs/src/content/docs/fr/guides/css-and-tailwind.mdx
index 66189239..76953e4c 100644
--- a/docs/src/content/docs/fr/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/fr/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Si vous avez déjà un site Starlight et que vous souhaitez ajouter Tailwind CSS
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/fr/guides/customization.mdx b/docs/src/content/docs/fr/guides/customization.mdx
index ce8c15ec..bc9020ab 100644
--- a/docs/src/content/docs/fr/guides/customization.mdx
+++ b/docs/src/content/docs/fr/guides/customization.mdx
@@ -361,7 +361,7 @@ Il fournit des modules npm que vous pouvez installer pour les polices que vous s
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/fr/guides/site-search.mdx b/docs/src/content/docs/fr/guides/site-search.mdx
index c53a3659..1c916855 100644
--- a/docs/src/content/docs/fr/guides/site-search.mdx
+++ b/docs/src/content/docs/fr/guides/site-search.mdx
@@ -65,7 +65,7 @@ Si vous avez accès au [programme DocSearch d'Algolia](https://docsearch.algolia
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/guides/css-and-tailwind.mdx b/docs/src/content/docs/guides/css-and-tailwind.mdx
index 58e61115..25229882 100644
--- a/docs/src/content/docs/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ If you already have a Starlight site and want to add Tailwind CSS, follow these
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/guides/customization.mdx b/docs/src/content/docs/guides/customization.mdx
index 6570b07c..58651e60 100644
--- a/docs/src/content/docs/guides/customization.mdx
+++ b/docs/src/content/docs/guides/customization.mdx
@@ -364,7 +364,7 @@ It provides npm modules you can install for the fonts you want to use and includ
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/guides/site-search.mdx b/docs/src/content/docs/guides/site-search.mdx
index afc7edc7..d11b3923 100644
--- a/docs/src/content/docs/guides/site-search.mdx
+++ b/docs/src/content/docs/guides/site-search.mdx
@@ -65,7 +65,7 @@ If you have access to [Algolia’s DocSearch program](https://docsearch.algolia.
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/hi/guides/css-and-tailwind.mdx b/docs/src/content/docs/hi/guides/css-and-tailwind.mdx
index 027b32c8..f27242e8 100644
--- a/docs/src/content/docs/hi/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/hi/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ yarn create astro --template starlight/tailwind
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/id/guides/css-and-tailwind.mdx b/docs/src/content/docs/id/guides/css-and-tailwind.mdx
index 1bcd1e4e..b28f1304 100644
--- a/docs/src/content/docs/id/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/id/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Jika Anda sudah memiliki website Starlight dan ingin menambahkan Tailwind CSS, i
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/id/guides/customization.mdx b/docs/src/content/docs/id/guides/customization.mdx
index 3952fbe6..3ad8536c 100644
--- a/docs/src/content/docs/id/guides/customization.mdx
+++ b/docs/src/content/docs/id/guides/customization.mdx
@@ -364,7 +364,7 @@ Proyek ini menyediakan modul npm yang dapat Anda pasang untuk font yang ingin An
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/id/guides/site-search.mdx b/docs/src/content/docs/id/guides/site-search.mdx
index 9b968b2d..81e73847 100644
--- a/docs/src/content/docs/id/guides/site-search.mdx
+++ b/docs/src/content/docs/id/guides/site-search.mdx
@@ -65,7 +65,7 @@ Jika Anda memiliki akses ke [Algolia’s DocSearch program](https://docsearch.al
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/it/guides/css-and-tailwind.mdx b/docs/src/content/docs/it/guides/css-and-tailwind.mdx
index 97a57061..05b8285f 100644
--- a/docs/src/content/docs/it/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/it/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Se hai già un sito Starlight e desideri aggiungere Tailwind CSS, segui questi p
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/it/guides/customization.mdx b/docs/src/content/docs/it/guides/customization.mdx
index 16dcb96f..5cca655e 100644
--- a/docs/src/content/docs/it/guides/customization.mdx
+++ b/docs/src/content/docs/it/guides/customization.mdx
@@ -364,7 +364,7 @@ Fornisce moduli npm che puoi installare per i caratteri che desideri utilizzare
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/ja/guides/css-and-tailwind.mdx b/docs/src/content/docs/ja/guides/css-and-tailwind.mdx
index b8b2c3cd..c59433cf 100644
--- a/docs/src/content/docs/ja/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/ja/guides/css-and-tailwind.mdx
@@ -130,7 +130,7 @@ yarn create astro --template starlight/tailwind
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/ja/guides/customization.mdx b/docs/src/content/docs/ja/guides/customization.mdx
index 1afb3e71..c568f194 100644
--- a/docs/src/content/docs/ja/guides/customization.mdx
+++ b/docs/src/content/docs/ja/guides/customization.mdx
@@ -348,7 +348,7 @@ Starlightサイトにカスタムフォントを追加する必要がある場
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/ja/guides/site-search.mdx b/docs/src/content/docs/ja/guides/site-search.mdx
index d718167a..40bd3b47 100644
--- a/docs/src/content/docs/ja/guides/site-search.mdx
+++ b/docs/src/content/docs/ja/guides/site-search.mdx
@@ -65,7 +65,7 @@ title: 部分的にインデックスされるページ
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/ko/guides/css-and-tailwind.mdx b/docs/src/content/docs/ko/guides/css-and-tailwind.mdx
index 076ee8ad..c4e0e9f5 100644
--- a/docs/src/content/docs/ko/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/ko/guides/css-and-tailwind.mdx
@@ -131,7 +131,7 @@ yarn create astro --template starlight/tailwind
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/ko/guides/customization.mdx b/docs/src/content/docs/ko/guides/customization.mdx
index 9b7530cd..83ee3ba8 100644
--- a/docs/src/content/docs/ko/guides/customization.mdx
+++ b/docs/src/content/docs/ko/guides/customization.mdx
@@ -349,7 +349,7 @@ Starlight 사이트에 사용자 정의 글꼴을 추가해야 하는 경우,
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/ko/guides/site-search.mdx b/docs/src/content/docs/ko/guides/site-search.mdx
index 9bf5c11c..dcfeff80 100644
--- a/docs/src/content/docs/ko/guides/site-search.mdx
+++ b/docs/src/content/docs/ko/guides/site-search.mdx
@@ -65,7 +65,7 @@ title: 부분적으로 색인이 생성된 페이지
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/pt-br/guides/css-and-tailwind.mdx b/docs/src/content/docs/pt-br/guides/css-and-tailwind.mdx
index dd0beabc..7cb17ba2 100644
--- a/docs/src/content/docs/pt-br/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/pt-br/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ Se você já tem um site Starlight e quer adicionar Tailwind CSS, siga estes pas
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/pt-br/guides/customization.mdx b/docs/src/content/docs/pt-br/guides/customization.mdx
index 3148caba..5e2e298a 100644
--- a/docs/src/content/docs/pt-br/guides/customization.mdx
+++ b/docs/src/content/docs/pt-br/guides/customization.mdx
@@ -364,7 +364,7 @@ Ele providencia módulos do npm que você pode isntalar para as fontes que você
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/pt-br/guides/site-search.mdx b/docs/src/content/docs/pt-br/guides/site-search.mdx
index 51d8c075..33f48c4b 100644
--- a/docs/src/content/docs/pt-br/guides/site-search.mdx
+++ b/docs/src/content/docs/pt-br/guides/site-search.mdx
@@ -63,7 +63,7 @@ Se você tiver acesso ao [programa DocSearch da Algolia](https://docsearch.algol
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>
diff --git a/docs/src/content/docs/ru/guides/css-and-tailwind.mdx b/docs/src/content/docs/ru/guides/css-and-tailwind.mdx
index 6c29c948..c58c4c3c 100644
--- a/docs/src/content/docs/ru/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/ru/guides/css-and-tailwind.mdx
@@ -133,7 +133,7 @@ yarn create astro --template starlight/tailwind
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/ru/guides/customization.mdx b/docs/src/content/docs/ru/guides/customization.mdx
index bdc28fe2..7997d2f6 100644
--- a/docs/src/content/docs/ru/guides/customization.mdx
+++ b/docs/src/content/docs/ru/guides/customization.mdx
@@ -372,7 +372,7 @@ hero:
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/zh-cn/guides/css-and-tailwind.mdx b/docs/src/content/docs/zh-cn/guides/css-and-tailwind.mdx
index f24c2f0e..a488f808 100644
--- a/docs/src/content/docs/zh-cn/guides/css-and-tailwind.mdx
+++ b/docs/src/content/docs/zh-cn/guides/css-and-tailwind.mdx
@@ -132,7 +132,7 @@ yarn create astro --template starlight/tailwind
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-tailwind
+ pnpm add @astrojs/starlight-tailwind
```
</TabItem>
diff --git a/docs/src/content/docs/zh-cn/guides/customization.mdx b/docs/src/content/docs/zh-cn/guides/customization.mdx
index 8fda0c57..c1d533b6 100644
--- a/docs/src/content/docs/zh-cn/guides/customization.mdx
+++ b/docs/src/content/docs/zh-cn/guides/customization.mdx
@@ -352,7 +352,7 @@ hero:
<TabItem label="pnpm">
```sh
- pnpm install @fontsource/ibm-plex-serif
+ pnpm add @fontsource/ibm-plex-serif
```
</TabItem>
diff --git a/docs/src/content/docs/zh-cn/guides/site-search.mdx b/docs/src/content/docs/zh-cn/guides/site-search.mdx
index 101e9e33..f2e0f0a7 100644
--- a/docs/src/content/docs/zh-cn/guides/site-search.mdx
+++ b/docs/src/content/docs/zh-cn/guides/site-search.mdx
@@ -65,7 +65,7 @@ title: 部分索引的页面
<TabItem label="pnpm">
```sh
- pnpm install @astrojs/starlight-docsearch
+ pnpm add @astrojs/starlight-docsearch
```
</TabItem>