docs: update agent overview video#432
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryUpdates the embedded agent overview video in Confidence Score: 5/5Safe to merge — a single URL swap with no logic, structure, or security implications. The entire change is one line replacing a Prismic MP4 URL with another. No code logic, API surface, schema, or security-relevant path is touched. No issues found. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/global-accounts/agents/overview.mdx | Single-line video src URL update from old Prismic MP4 to new Prismic MP4; no structural, logic, or formatting changes. |
Sequence Diagram
sequenceDiagram
participant Browser
participant MintlifyPage as Mintlify Docs Page
participant PrismicCDN as Prismic CDN
Browser->>MintlifyPage: Load /global-accounts/agents/overview
MintlifyPage-->>Browser: Render page with video element
Browser->>PrismicCDN: GET afTnTcBOoF08xixJ_gga-agents-explainer-4k.mp4
PrismicCDN-->>Browser: Stream MP4 video
Note over Browser: User views updated agent explainer video
Reviews (1): Last reviewed commit: "docs: update agent overview video" | Re-trigger Greptile
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Summary
Test plan
make lint.Made with Cursor