File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ const scripts = [
323323 'data-project-color' : '#666666' ,
324324 'data-button-hide' : 'true' ,
325325 'data-search-mode-enabled' : 'true' ,
326+ 'data-search-include-source-names' : '["Docs"]' ,
326327 'data-project-logo' : 'https://apify.com/img/apify-logo/logomark-32x32.svg' ,
327328 'data-modal-example-questions' : 'How to run an Actor?,Create a version of an Actor?' ,
328329 'data-modal-override-open-id' : 'ask-ai-input' ,
Original file line number Diff line number Diff line change @@ -162,16 +162,9 @@ export default function SearchBar({ onClick }) {
162162 } ,
163163 searchSettings : {
164164 tabs : [
165- 'All' ,
166- 'Docs' ,
167- 'Help' ,
168- 'Publications' ,
169- 'PDFs' ,
165+ [ 'Docs' , { isAlwaysVisible : true } ] ,
170166 'GitHub' ,
171- 'Forums' ,
172- 'Discord' ,
173- 'Slack' ,
174- 'StackOverflow' ,
167+ 'All' ,
175168 ] ,
176169 } ,
177170 aiChatSettings : {
You can’t perform that action at this time.
0 commit comments