Skip to content

Commit

Permalink
⬆ Update Astro to v14.15 (#2966)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored Sep 9, 2024
1 parent 9ab2700 commit 7dd7ca7
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 174 deletions.
26 changes: 13 additions & 13 deletions docs-src/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@ export default defineConfig({
}
]
},
{
label: 'Shepherd Pro',
items: [
{
label: 'Setup Guide',
link: '/guides/setup/'
},
{
label: 'Analytics',
link: '/guides/analytics/'
}
]
},
// {
// label: 'Shepherd Pro',
// items: [
// {
// label: 'Setup Guide',
// link: '/guides/setup/'
// },
// {
// label: 'Analytics',
// link: '/guides/analytics/'
// }
// ]
// },
// {
// label: 'Reference',
// autogenerate: {
Expand Down
6 changes: 3 additions & 3 deletions docs-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/starlight": "^0.25.1",
"@astrojs/check": "^0.9.3",
"@astrojs/starlight": "^0.27.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.12.0",
"astro": "^4.15.4",
"sharp": "^0.33.4",
"shepherd.js": "workspace:*",
"starlight-typedoc": "^0.13.1",
Expand Down
Loading

0 comments on commit 7dd7ca7

Please sign in to comment.