Docs: migrate to Astro Starlight

This commit is contained in:
Lovell Fuller
2025-01-16 12:55:45 +00:00
parent 14c83e1f4c
commit eeac8d4656
39 changed files with 279 additions and 505 deletions

17
docs/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "sharp-docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.31.0",
"astro": "^5.1.7"
}
}