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**. +