Skip to content

Commit 904dee6

Browse files
committed
chore(docs): update theme
1 parent e5766da commit 904dee6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

www/astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
import { defineConfig } from 'astro/config';
33
import starlight from '@astrojs/starlight';
44
import mdx from '@astrojs/mdx';
5+
import starlightThemeRapide from 'starlight-theme-rapide';
56

67
// https://astro.build/config
78
export default defineConfig({
89
integrations: [
910
starlight({
11+
plugins: [starlightThemeRapide()],
1012
title: 'React Netlify Forms',
1113
description: 'React components and hooks giving you the power of Netlify Forms',
1214
logo: {

www/bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"react-dom": "^19.1.0",
1414
"react-netlify-forms": "link:../",
1515
"sharp": "^0.32.5",
16+
"starlight-theme-rapide": "^0.5.1",
1617
},
1718
},
1819
},
@@ -853,6 +854,8 @@
853854

854855
"space-separated-tokens": ["space-separated-tokens@2.0.2", "", {}, "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q=="],
855856

857+
"starlight-theme-rapide": ["starlight-theme-rapide@0.5.1", "", { "peerDependencies": { "@astrojs/starlight": ">=0.34.0" } }, "sha512-QRF6mzcYHLEX5UpUvOPXVVwISS298siIJLcKextoMLhXcnF12nX+IYJ0LNxFk9XaPbX9uDXIieSBJf5Pztkteg=="],
858+
856859
"stream-replace-string": ["stream-replace-string@2.0.0", "", {}, "sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w=="],
857860

858861
"streamx": ["streamx@2.22.1", "", { "dependencies": { "fast-fifo": "^1.3.2", "text-decoder": "^1.1.0" }, "optionalDependencies": { "bare-events": "^2.2.0" } }, "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA=="],

www/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"astro": "^5.6.1",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21+
"react-netlify-forms": "link:react-netlify-forms",
2122
"sharp": "^0.32.5",
22-
"react-netlify-forms": "link:../"
23+
"starlight-theme-rapide": "^0.5.1"
2324
}
2425
}

0 commit comments

Comments
 (0)