@@ -25,7 +25,7 @@ const config = {
25
25
markdown : {
26
26
mermaid : true ,
27
27
} ,
28
- themes : [ "@docusaurus/theme-mermaid" ] ,
28
+ themes : [ "@docusaurus/theme-mermaid" , "@markprompt/docusaurus-theme-search" ] ,
29
29
title : "Airbyte Documentation" ,
30
30
tagline :
31
31
"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases." ,
@@ -145,10 +145,32 @@ const config = {
145
145
autoCollapseCategories : true ,
146
146
} ,
147
147
} ,
148
- algolia : {
149
- appId : "OYKDBC51MU" ,
150
- apiKey : "15c487fd9f7722282efd8fcb76746fce" , // Public API key: it is safe to commit it
151
- indexName : "airbyte" ,
148
+ markprompt : { // Our AI chat bot
149
+ projectKey : "pk_c87ydSnE4o1tX9txQReh3vDvVnKDnbje" , // Public project key. Safe to commit.
150
+ chat : {
151
+ assistantId : "d1399022-d7e2-4404-bd16-8b3ad2b5465b" ,
152
+ enabled : true ,
153
+ defaultView : {
154
+ message : "Hi! I'm Octavia, an AI. **I'm still learning and might make mistakes**. How can I help?" ,
155
+ prompts : [
156
+ "What's Airbyte?" ,
157
+ "Can I try Airbyte quickly?" ,
158
+ "How do I use Terraform with Airbyte?" ,
159
+ "Is there an enterprise version?"
160
+ ]
161
+ } ,
162
+ } ,
163
+ // By setting `floating` to false, use the standard navbar search component.
164
+ trigger : { floating : false } ,
165
+ search : {
166
+ enabled : true ,
167
+ provider : {
168
+ name : "algolia" ,
169
+ apiKey : "15c487fd9f7722282efd8fcb76746fce" , // Public API key. Safe to commit.
170
+ appId : "OYKDBC51MU" ,
171
+ indexName : "airbyte" ,
172
+ } ,
173
+ } ,
152
174
} ,
153
175
navbar : {
154
176
title : "" ,
0 commit comments