Switch LLM overview contact section from preview iframe to Quarto listing#1281
Switch LLM overview contact section from preview iframe to Quarto listing#1281
Conversation
|
Pull requests must include at least one of the required labels: |
PR SummaryThis PR introduces an enhancement to the large language model (LLM) features page by adding a new grid-based listing that highlights a call-to-action for requesting a demo. The changes include:
These modifications aim to improve user interaction by making it easier for visitors to request a demo of the LLM-powered platform. Test Suggestions
|
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
There was a problem hiding this comment.
Oops, I patched this in a PR with just buttons but I can't decide which version I like better. 🤔 Maybe a combination of both (Since the Legal Ease actually looks really... scuffed) if we're going with the tile...
I also kind of feel like the columns here don't make sense — for example, "request a demo" is the CTA for the 2nd column, but the tile itself is in a third column. I think it would make more sense to have "A commitment to transparency" (with the Legal Ease) button on it's own line ABOVE the "Try it yourself", then have the "Try it yourself" + demo CTA in the two column layout.
| grid-columns: 1 | ||
| sort: false | ||
| contents: | ||
| - path: https://validmind.com/contact/ |
There was a problem hiding this comment.
| - path: https://validmind.com/contact/ | |
| - path: https://validmind.com/request-demo/ |
There was a problem hiding this comment.
Hot take, this should actually take you to the request a demo page if we're going that route...
|
Replaced by #1284. |
Pull Request Description
What and why?
Summary of changes
::: {.preview source=...}) on the Large language model features page with a standard Quarto listing tile, consistent with other docs (for example deployment pages that link to the contact URL).listingconfiguration (id: llm-whats-next) with a single grid item: contact link, hero image, Request a demo title, and an LLM-focused description.:::{#llm-whats-next}and removes the obsolete HTML comment placeholder.Before: The contact call-to-action used an iframe-style preview of validmind.com/contact. After: The same destination is presented as a listing card (same pattern as multi-tenant / VPV "request a demo" tiles), which avoids embedding the live site and matches site-wide listing usage.
How to test
Try the preview:
https://docs-staging.validmind.ai/pr_previews/fix-cookie-consent-banner-preview/about/overview-llm-features.html#whats-next
What needs special review?
grid-columns: 1in a narrow column looks acceptable on small viewports.Dependencies, breaking changes, and deployment notes
Release notes
Documentation: the LLM features overview page now uses a contact Request a demo listing tile instead of an embedded page preview.
Checklist