Skip to content

Commit c168b65

Browse files
committed
add section and nav
1 parent 8a7b8a8 commit c168b65

File tree

6 files changed

+625
-183
lines changed

6 files changed

+625
-183
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ import starlightSidebarTopics from 'starlight-sidebar-topics';
55
import starlightImageZoom from 'starlight-image-zoom';
66
import rehypeAstroRelativeMarkdownLinks from "astro-rehype-relative-markdown-links";
77
import starlightScrollToTop from 'starlight-scroll-to-top';
8-
import react from '@astrojs/react';
98

109
const options = {
1110
collectionBase: false,
1211
};
1312

1413
export default defineConfig({
1514
integrations: [
16-
react(),
1715
starlight({
1816
title: '',
1917
favicon: '/favicon.svg',

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,19 @@
1414
"@astrojs/react": "^4.3.0",
1515
"@astrojs/starlight": "^0.35.2",
1616
"@astrojs/starlight-tailwind": "^4.0.1",
17-
"@tailwindcss/vite": "^4.1.12",
18-
"@types/react": "^19.1.12",
19-
"@types/react-dom": "^19.1.8",
20-
"astro": "^5.13.4",
17+
"@tailwindcss/vite": "^4.1.13",
18+
"astro": "^5.13.5",
2119
"astro-breadcrumbs": "^3.3.1",
2220
"astro-rehype-relative-markdown-links": "0.18.1",
23-
"astro-vtbot": "^2.1.7",
21+
"astro-vtbot": "^2.1.8",
2422
"meilisearch-docsearch": "^0.8.0",
25-
"react": "^19.1.1",
26-
"react-dom": "^19.1.1",
2723
"schema-dts": "^1.1.5",
2824
"sharp": "^0.34.3",
2925
"starlight-image-zoom": "^0.13.0",
3026
"starlight-scroll-to-top": "^0.3.1",
3127
"starlight-sidebar-topics": "^0.6.0",
3228
"swiper": "^11.2.10",
3329
"tailwind-merge": "^3.3.1",
34-
"tailwindcss": "^4.1.12"
30+
"tailwindcss": "^4.1.13"
3531
}
3632
}

0 commit comments

Comments
 (0)