File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ const scripts = [
323
323
'data-project-color' : '#666666' ,
324
324
'data-button-hide' : 'true' ,
325
325
'data-search-mode-enabled' : 'true' ,
326
+ 'data-search-include-source-names' : '["Docs"]' ,
326
327
'data-project-logo' : 'https://apify.com/img/apify-logo/logomark-32x32.svg' ,
327
328
'data-modal-example-questions' : 'How to run an Actor?,Create a version of an Actor?' ,
328
329
'data-modal-override-open-id' : 'ask-ai-input' ,
Original file line number Diff line number Diff line change @@ -155,15 +155,9 @@ export default function SearchBar({ onClick }) {
155
155
} ,
156
156
searchSettings : {
157
157
tabs : [
158
- 'All' ,
159
- 'Docs' ,
160
- 'Publications' ,
161
- 'PDFs' ,
158
+ [ 'Docs' , { isAlwaysVisible : true } ] ,
162
159
'GitHub' ,
163
- 'Forums' ,
164
- 'Discord' ,
165
- 'Slack' ,
166
- 'StackOverflow' ,
160
+ 'All' ,
167
161
] ,
168
162
} ,
169
163
aiChatSettings : {
You can’t perform that action at this time.
0 commit comments