-
Notifications
You must be signed in to change notification settings - Fork 141
feat: add separate Help tab for help.apify.com results in Inkeep
#1792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a separate "Help" tab to the Inkeep search interface to distinguish between documentation and help articles. Previously, help.apify.com results were grouped with documentation under the "Docs" tab.
Key changes:
- Separates help.apify.com content from general documentation
- Adds logic to categorize search sources based on URL patterns
- Introduces a new "Help" tab in the search interface
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
TC-MO
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…pify#1792) Help articles are not intermingled with Docs anymore (and are only accessible through the `All` tab).
As per request of @TC-MO , Help articles are now not intermingled with Docs anymore (and are only accessible through the
Alltab).