diff --git a/docs/bun.lockb b/docs/bun.lockb index 655bdf5..7b2d78d 100755 Binary files a/docs/bun.lockb and b/docs/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index d20f74e..ac7ee54 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,20 +10,20 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.9.3", - "@astrojs/starlight": "^0.28.2", - "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.1", - "@fontsource-variable/nunito-sans": "^5.1.0", - "@shikijs/rehype": "^1.21.0", - "astro": "^4.15.9", + "@astrojs/check": "0.9.4", + "@astrojs/starlight": "0.30.6", + "@astrojs/starlight-tailwind": "3.0.0", + "@astrojs/tailwind": "5.1.4", + "@fontsource-variable/nunito-sans": "^5.1.1", + "@shikijs/rehype": "^1.26.2", + "astro": "5.1.5", "sharp": "^0.33.5", - "shiki": "^1.21.0", - "tailwindcss": "^3.4.13", - "typescript": "^5.6.2" + "shiki": "^1.26.2", + "tailwindcss": "^3.4.17", + "typescript": "^5.7.3" }, "devDependencies": { "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-tailwindcss": "^0.6.8" + "prettier-plugin-tailwindcss": "^0.6.9" } } \ No newline at end of file diff --git a/docs/src/content/config.ts b/docs/src/content/config.ts index 31ba171..4ed5caa 100644 --- a/docs/src/content/config.ts +++ b/docs/src/content/config.ts @@ -1,6 +1,7 @@ import { defineCollection } from "astro:content" +import { docsLoader } from "@astrojs/starlight/loaders" import { docsSchema } from "@astrojs/starlight/schema" export const collections = { - docs: defineCollection({ schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), } diff --git a/docs/src/content/docs/installation.mdx b/docs/src/content/docs/installation.mdx index 1ed7c1e..29a19f0 100644 --- a/docs/src/content/docs/installation.mdx +++ b/docs/src/content/docs/installation.mdx @@ -76,6 +76,7 @@ You can follow the installation instructions in the +
5. Verify that pesde is installed by running the following command: