Skip to content

Commit 5863f29

Browse files
sylvinusfviolette
andauthored
Docs dependencies: Astro & Starlight version bumps (#387)
* Docs dependencies Astro & Starlight version bumps * Docs dependencies Astro & Starlight version bumps (cont.) * [skip ci] LF --------- Co-authored-by: François Violette <[email protected]>
1 parent 32f6c8a commit 5863f29

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.7.1",
15-
"@astrojs/starlight": "^0.21.4",
16-
"sharp": "^0.32.5"
14+
"@astrojs/starlight": "^0.23.1",
15+
"astro": "^4.9.1",
16+
"sharp": "^0.33.1"
1717
}
1818
}

docs/src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
33

44
export const collections = {
55
docs: defineCollection({ schema: docsSchema() }),
6+
// https://starlight.astro.build/guides/i18n/#translate-starlights-ui
67
i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
78
};

0 commit comments

Comments
 (0)