Skip to content

Commit 6d17a1c

Browse files
authored
feat: add support for starlight 0.33 (#11)
1 parent 3d7222b commit 6d17a1c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/plenty-lizards-jog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hideoo/generator-starlight-plugin': minor
3+
---
4+
5+
Adds support for Starlight v0.33.0.

templates/docs/astro.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export default defineConfig({
1515
items: [{ slug: 'getting-started' }],
1616
},
1717
],
18-
social: {
19-
github: 'https://github.com/<%= ghUsername %>/<%= name %>',
20-
},
18+
social: [
19+
{ href: 'https://github.com/<%= ghUsername %>/<%= name %>', icon: 'github', label: 'GitHub' },
20+
],
2121
title: '<%= name %>',
2222
}),
2323
],

0 commit comments

Comments
 (0)