From 9a7b515cdc492b1cc5c02a353e6abf8361fa0afe Mon Sep 17 00:00:00 2001 From: kanishkrawatt Date: Thu, 12 Feb 2026 15:00:25 +0530 Subject: [PATCH] [GRO-1868]: Doc update --- docs.json | 40 ++- general/api-client/ai-test-generator.mdx | 3 + general/api-client/authorization.mdx | 87 ------- .../collection-runner-data-file.mdx | 2 + general/api-client/import-export.mdx | 3 + .../import-export/import-openapi-spec.mdx | 3 + .../import-packages-into-your-scripts.mdx | 2 + general/api-client/overview.mdx | 12 +- general/api-client/send-api-request.mdx | 241 ------------------ .../send-api-request/authorization.mdx | 111 ++++++++ .../create-requests/configure-request.mdx | 143 +++++++++++ .../create-requests}/generate-client-code.mdx | 0 .../create-requests/overview.mdx | 106 ++++++++ .../create-requests/parameters-and-body.mdx | 199 +++++++++++++++ .../create-requests/request-headers.mdx | 113 ++++++++ .../graphql-request.mdx | 14 + .../api-client/send-api-request/overview.mdx | 75 ++++++ .../replay-request-from-history.mdx | 14 + general/http-interceptor/overview.mdx | 16 ++ general/http-rules/overview.mdx | 16 ++ .../http-rules/rule-types/modify-headers.mdx | 16 ++ general/mock-server/overview.mdx | 16 ++ general/sessions/overview.mdx | 15 ++ images/Headers - Create Requests.png | Bin 0 -> 93508 bytes images/url-structure.png | Bin 0 -> 167684 bytes 25 files changed, 900 insertions(+), 347 deletions(-) delete mode 100644 general/api-client/authorization.mdx delete mode 100644 general/api-client/send-api-request.mdx create mode 100644 general/api-client/send-api-request/authorization.mdx create mode 100644 general/api-client/send-api-request/create-requests/configure-request.mdx rename general/api-client/{ => send-api-request/create-requests}/generate-client-code.mdx (100%) create mode 100644 general/api-client/send-api-request/create-requests/overview.mdx create mode 100644 general/api-client/send-api-request/create-requests/parameters-and-body.mdx create mode 100644 general/api-client/send-api-request/create-requests/request-headers.mdx rename general/api-client/{ => send-api-request}/graphql-request.mdx (87%) create mode 100644 general/api-client/send-api-request/overview.mdx rename general/api-client/{ => send-api-request}/replay-request-from-history.mdx (78%) create mode 100644 images/Headers - Create Requests.png create mode 100644 images/url-structure.png diff --git a/docs.json b/docs.json index 5da2f46..ab1894f 100644 --- a/docs.json +++ b/docs.json @@ -1,6 +1,6 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "palm", + "theme": "mint", "name": "Requestly", "description": "Modify, Mock, Record & Debug HTTP requests - Comprehensive documentation for Requestly's powerful tools for API testing, debugging, and network request manipulation.", "colors": { @@ -15,11 +15,16 @@ }, "favicon": "/images/favicon.webp", "navbar": { - "links": [], + "links": [ + { + "label": "Go to Dashboard", + "href": "https://app.requestly.io/signup?utm_source=docs&utm_medium=navbar&utm_campaign=get_started" + } + ], "primary": { "type": "button", - "label": "Get Started", - "href": "https://app.requestly.io" + "label": "Download", + "href": "https://requestly.com/downloads" } }, "navigation": { @@ -57,11 +62,20 @@ { "group": "Sending Requests", "pages": [ - "general/api-client/send-api-request", - "general/api-client/graphql-request", - "general/api-client/authorization", - "general/api-client/replay-request-from-history", - "general/api-client/generate-client-code" + "general/api-client/send-api-request/overview", + { + "group": "Create Requests", + "pages": [ + "general/api-client/send-api-request/create-requests/overview", + "general/api-client/send-api-request/create-requests/configure-request", + "general/api-client/send-api-request/create-requests/parameters-and-body", + "general/api-client/send-api-request/create-requests/request-headers", + "general/api-client/send-api-request/create-requests/generate-client-code" + ] + }, + "general/api-client/send-api-request/graphql-request", + "general/api-client/send-api-request/authorization", + "general/api-client/send-api-request/replay-request-from-history" ] }, { @@ -965,12 +979,12 @@ "destination": "/general/api-client/rq-api-reference/rq-expect" }, { - "source":"/guides/modify-network-request-for-browserstack-local", - "destination":"/guides/requestly-integration-browserstack-app-live" + "source": "/guides/modify-network-request-for-browserstack-local", + "destination": "/guides/requestly-integration-browserstack-app-live" }, { - "source":"/using-rules/modify-headers", - "destination":"/general/http-rules/rule-types/modify-headers" + "source": "/using-rules/modify-headers", + "destination": "/general/http-rules/rule-types/modify-headers" } ] } diff --git a/general/api-client/ai-test-generator.mdx b/general/api-client/ai-test-generator.mdx index a3f9e63..36ff3fd 100644 --- a/general/api-client/ai-test-generator.mdx +++ b/general/api-client/ai-test-generator.mdx @@ -14,6 +14,9 @@ Simply describe what you want to validate in plain English. The agent analyzes y **Note**: The Test Authoring Agent is available only on **Pro plans and above**. +