Skip to content

Commit df3cc98

Browse files
authored
Merge pull request #65 from reactjs/sync-fe37c42e
Sync with react.dev @ fe37c42
2 parents 6d849c9 + 4d5942c commit df3cc98

File tree

6 files changed

+3448
-444
lines changed

6 files changed

+3448
-444
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"dependencies": {
2626
"@codesandbox/sandpack-react": "2.13.5",
27-
"@docsearch/css": "3.0.0-alpha.41",
28-
"@docsearch/react": "3.0.0-alpha.41",
27+
"@docsearch/css": "^3.6.1",
28+
"@docsearch/react": "^3.6.1",
2929
"@headlessui/react": "^1.7.0",
3030
"@radix-ui/react-context-menu": "^2.1.5",
3131
"body-scroll-lock": "^3.1.3",

src/components/Search.tsx

+11-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,17 @@ export function Search({
9494
onOpen,
9595
onClose,
9696
searchParameters = {
97-
hitsPerPage: 5,
97+
hitsPerPage: 30,
98+
attributesToHighlight: [
99+
'hierarchy.lvl0',
100+
'hierarchy.lvl1',
101+
'hierarchy.lvl2',
102+
'hierarchy.lvl3',
103+
'hierarchy.lvl4',
104+
'hierarchy.lvl5',
105+
'hierarchy.lvl6',
106+
'content',
107+
],
98108
},
99109
}: SearchProps) {
100110
useDocSearchKeyboardEvents({isOpen, onOpen, onClose});

src/content/community/conferences.md

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ October 18, 2024. In-person in Brussels, Belgium (hybrid event)
3535

3636
[Website](https://www.react.brussels/) - [Twitter](https://x.com/BrusselsReact)
3737

38+
### reactjsday 2024 {/*reactjsday-2024*/}
39+
October 25, 2024. In-person in Verona, Italy + online (hybrid event)
40+
41+
[Website](https://2024.reactjsday.it/) - [Twitter](https://x.com/reactjsday) - [Facebook](https://www.facebook.com/GrUSP/) - [YouTube](https://www.youtube.com/c/grusp)
42+
3843
### React Advanced London 2024 {/*react-advanced-london-2024*/}
3944
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
4045

src/siteConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports.siteConfig = {
1515
twitterUrl: 'https://twitter.com/reactjs',
1616
algolia: {
1717
appId: '1FCF9AYYAT',
18-
apiKey: 'e8451218980a351815563de007648b00',
18+
apiKey: '1b7ad4e1c89e645e351e59d40544eda1',
1919
indexName: 'beta-react',
2020
},
2121
};

src/utils/finishedTranslations.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ export const finishedTranslations = [
1111
'es',
1212
'fr',
1313
'ja',
14-
'tr'
14+
'tr',
15+
'ko'
1516
];

0 commit comments

Comments
 (0)