Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apify-docs-theme/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ const scripts = [
'data-project-color': '#666666',
'data-button-hide': 'true',
'data-search-mode-enabled': 'true',
'data-search-include-source-names': 'Docs',
'data-project-logo': 'https://apify.com/img/apify-logo/logomark-32x32.svg',
'data-modal-example-questions': 'How to run an Actor?,Create a version of an Actor?',
'data-modal-override-open-id': 'ask-ai-input',
Expand Down
10 changes: 2 additions & 8 deletions apify-docs-theme/src/theme/SearchBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,9 @@ export default function SearchBar({ onClick }) {
},
searchSettings: {
tabs: [
'All',
'Docs',
'Publications',
'PDFs',
['Docs', { isAlwaysVisible: true }],
'GitHub',
'Forums',
'Discord',
'Slack',
'StackOverflow',
'All',
],
},
aiChatSettings: {
Expand Down
Loading