We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa7e3f commit 18bb4b1Copy full SHA for 18bb4b1
website/theme.config.jsx
@@ -84,7 +84,9 @@ export default {
84
)
85
},
86
search: {
87
- component: <DocSearch appId="7J23TEKSTT" indexName="bref" apiKey="0d252e6edd70998021bc0044444c42c4" />
+ component: <DocSearch appId="7J23TEKSTT" indexName="bref" apiKey="0d252e6edd70998021bc0044444c42c4" translations={{
88
+ button: {buttonText: 'Search docs'}
89
+ }} />,
90
91
components: {
92
// https://github.com/shuding/nextra/blob/main/packages/nextra-theme-docs/src/mdx-components.tsx
0 commit comments