Skip to content

Commit 780c4a9

Browse files
committed
Merge branch 'master' into search/help-tab-in-inkeep
2 parents 7141d96 + db53bad commit 780c4a9

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

apify-docs-theme/src/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

apify-docs-theme/src/theme/SearchBar/index.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)