Skip to content

Commit 6f231b0

Browse files
committed
docs(resources): align lifecycle-of-a-request with legacy content and 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
1 parent 1f904bb commit 6f231b0

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed
112 KB
Loading

resources/lifecycle-of-a-request.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ title: "Lifecycle of a Request"
33
description: "The typical lifecycle of a request is as follows:"
44
---
55

6-
<Warning>
7-
**AI-Generated Content** – This page was generated with AI assistance and may contain inaccuracies. While likely close to accurate, please verify critical details with the [stable documentation](https://docs.request.network) or [contact support](https://github.com/orgs/RequestNetwork/discussions).
8-
</Warning>
9-
10-
<Frame caption="Typical Lifecycle of a Request">
11-
![Typical Lifecycle of a Request](https://docs.request.network/~gitbook/image?url=https%3A%2F%2F1914277788-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fei6UAiSK3iAAi0mFH667%252Fuploads%252Fgit-blob-bb17b9b51fa3361ad54d1ac2185323f707ac8766%252FLifecycle%2520of%2520a%2520Request.jpg%3Falt%3Dmedia&width=768&dpr=4&quality=100&sign=b63df9bb&sv=2)
12-
</Frame>
6+
<Frame caption="Typical Lifecycle of a Request">
7+
<img src="/images/architecture/lifecycle-of-a-request/request-lifecycle.webp" alt="Typical Lifecycle of a Request" />
8+
</Frame>
139

1410
## Create a request
1511

@@ -44,4 +40,4 @@ The exception is when paying a "declarative" request, in which case, data *is* w
4440
<Info>
4541
The request balance is calculated by adding up all the on-chain payment events with the same paymentReference. Partial payments are possible.
4642
</Info>
47-
All of these steps are facilitated by the Request Network JavaScript SDK such that the developer needs only make a few function calls. See the [Quickstart](https://docs.request.network/advanced/request-network-sdk/get-started/quickstart-browser) to learn more.
43+
All of these steps are facilitated by the Request Network JavaScript SDK such that the developer needs only make a few function calls. See [SDK (Legacy)](/sdk-legacy/overview) to learn more.

0 commit comments

Comments
 (0)