Highlight 5 key tutorials in the qdrant Web UI (WIP)#342
Open
Highlight 5 key tutorials in the qdrant Web UI (WIP)#342
Conversation
generall
reviewed
Jan 15, 2026
Member
Author
|
Correct link is now added |
kanungle
reviewed
Jan 30, 2026
kanungle
reviewed
Jan 30, 2026
kanungle
reviewed
Jan 30, 2026
kanungle
reviewed
Jan 30, 2026
kanungle
reviewed
Jan 30, 2026
kanungle
reviewed
Jan 30, 2026
|
Also: these tutorials are good for a 1st iteration, but we should take a stab at doing some better ones. And can you add trackable links in these with Katie? Could even be bitly. But it would be nice to see which are the most popular. |
Member
Author
|
According to @ohitsmekatie ?
So not sure how we should proceed with that |
|
@nleroy917 just wanted to confirm before I chime in, it looks like these CTAs will be linking to tutorials off of the webUI to the website? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wait for:
I am still working on this! But wanted to get the convo started
Background/motivation
A common feature of modern SaaS platforms is highlighting examples, integrations, and tutorials right on the cloud dashboard. These examples are often task-driven: tutorials organized around what the user wants to accomplish. This is in contrast to examples that are feature-driven: tutorials organized around what the product can do.
Key changes
To better highlight the task-driven tutorials/workflows within the Web UI, this pull request, makes two key changes:
<InfoCard />component more flexible and be able to accept any component for an iconInfoCardto build an "external-tutorials" section on thetutorialspage.A screenshot is at the bottom.
Potential improvements
There is still some room for potential improvements, chiefly, making these tutorials available via some CMS. I want to propose taking inspiration from the
AnnouncementBanner />and pulling information fromqdrant.text/web-ui-info.jsonwhich lets us pick and choose which tutorials to show. This enables A/B testing and changes to the tutorials to lag with qdrant releases.