You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/pages/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ To follow this guide, you’ll need an existing Astro project.
48
48
Astro Vitesse is an [Astro integration](https://docs.astro.build/en/guides/integrations-guide/). Add it to your site by running the `astro add` command in your project’s root directory:
49
49
50
50
```sh
51
-
npx astro add starlight
51
+
npx astro add astro-vitesse
52
52
```
53
53
54
-
This will install the required dependencies and add Starlight to the `integrations` array in your Astro config file.
54
+
This will install the required dependencies and add Astro Vitesse to the `integrations` array in your Astro config file.
55
55
56
56
### Configure the integration
57
57
@@ -86,7 +86,7 @@ export default defineConfig({})
86
86
87
87
Astro Vitesse is built on top of Astro’s [content collections](https://docs.astro.build/en/guides/content-collections/), which are configured in the `src/content/config.ts` file.
88
88
89
-
Create or update the content config file, adding a `pages` collection that uses Starlight’s `pagesSchema`:
89
+
Create or update the content config file, adding a `pages` collection that uses Astro Vitesse’s `pagesSchema`:
0 commit comments