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 9626a27 commit c0fe244Copy full SHA for c0fe244
docusaurus.config.js
@@ -135,7 +135,8 @@ module.exports = {
135
'docusaurus-biel',{
136
project: 'zat23cvkm1',
137
headerTitle: 'Biel.ai chatbot',
138
- version: 'latest'
+ version: 'latest',
139
+ enable: false,
140
}
141
],
142
'docusaurus-plugin-image-zoom',
src/theme/SearchBar.tsx
@@ -0,0 +1,9 @@
1
+import React from 'react';
2
+
3
+export default function SearchBar() {
4
+ // Replace with your <PROJECT_ID>
5
+ const projectId = 'zat23cvkm1';
6
+ const headerTitle = 'Documentation chatbot';
7
+ // @ts-ignore: Not a React component
8
+ return <biel-search-button project={projectId} button-style="rounded" header-title={headerTitle}>Search</biel-search-button>;
9
+}
0 commit comments