docs(lifecycle): replace external image with local asset and remove AI-generated warning#76
Open
docs(lifecycle): replace external image with local asset and remove AI-generated warning#76
Conversation
… local assets Update `resources/lifecycle-of-a-request.mdx` to match legacy lifecycle documentation while removing legacy-hosted dependencies. - removed AI-generated warning banner - replaced external GitBook image URL with local repo asset: `/images/architecture/lifecycle-of-a-request/request-lifecycle.webp` - preserved legacy lifecycle flow and section structure: - Create a request - Update a request - Pay a request - Retrieve a request / Detect a payment - kept the Tron mention in the “Create a request” info note as requested - replaced legacy external quickstart URL with internal docs link: `/sdk-legacy/overview` - retained payment-reference and declarative/request-balance explanations
This was referenced Mar 3, 2026
Open
Open
Open
Member
Author
This was referenced Mar 3, 2026
resources/lifecycle-of-a-request.mdx to match legacy lifecycle documentation while removing legacy-hosted dependencies. - removed AI-generated warning banner - rep
Greptile SummaryThis PR improves the reliability of the lifecycle-of-a-request documentation page by replacing an external GitBook image URL with a locally hosted WebP asset and updating the trailing SDK link from an external URL to an internal Mintlify page reference. Key changes:
Confidence Score: 5/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["lifecycle-of-a-request.mdx"] -->|"references"| B["/images/architecture/lifecycle-of-a-request/request-lifecycle.webp\n(local WebP asset)"]
A -->|"previously referenced"| C["External GitBook URL\n(removed)"]
A -->|"links to"| D["/sdk-legacy/overview\n(internal Mintlify page)"]
A -->|"previously linked to"| E["External Quickstart URL\n(removed)"]
style C fill:#ffcccc,stroke:#cc0000
style E fill:#ffcccc,stroke:#cc0000
style B fill:#ccffcc,stroke:#007700
style D fill:#ccffcc,stroke:#007700
Last reviewed commit: 6f231b0 |
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.

TL;DR
Replaced external GitBook image with local WebP image and updated documentation link reference.
What changed?
/images/architecture/lifecycle-of-a-request/request-lifecycle.webpHow to test?
Why make this change?
This change improves documentation reliability by hosting the lifecycle diagram locally instead of depending on external GitBook URLs, which could break or change. It also removes outdated AI-generated content warnings and updates navigation to point to the correct SDK documentation section.