mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-05 03:10:57 +01:00
chore(docs): update astro and starlight
This commit is contained in:
parent
fc349e6f21
commit
e9f0c25554
4 changed files with 14 additions and 12 deletions
BIN
docs/bun.lockb
BIN
docs/bun.lockb
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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() }),
|
||||
}
|
||||
|
|
|
@ -76,6 +76,7 @@ You can follow the installation instructions in the
|
|||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
<br />
|
||||
|
||||
5. Verify that pesde is installed by running the following command:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue