From 2a1742775716bfc94cc78fa929a227f1a63a27f1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:09:05 +0000 Subject: [PATCH] docs: add and improve frontmatter descriptions for SEO --- qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx | 1 + ...ild-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx | 1 + ...ld-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx | 1 + qawolf/deploy-success.mdx | 2 +- qawolf/libraries/ci-sdk/api-reference.mdx | 2 +- qawolf/libraries/cli/api-reference/environment-variables.mdx | 2 +- qawolf/libraries/cli/api-reference/index.mdx | 2 +- qawolf/libraries/cli/troubleshooting.mdx | 2 +- 8 files changed, 8 insertions(+), 5 deletions(-) diff --git a/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx b/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx index c6d94ce..23d57fc 100644 --- a/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx +++ b/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx @@ -1,5 +1,6 @@ --- title: "Integrate a mobile build with Fastlane" +description: "Upload Android and iOS build artifacts and trigger QA Wolf test runs from your existing Fastlane lanes using the QA Wolf plugin." sidebarTitle: "Fastlane" --- diff --git a/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx b/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx index 3a77829..731e081 100644 --- a/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx +++ b/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx @@ -1,5 +1,6 @@ --- title: "Integrate a mobile build with GitHub Actions" +description: "Use QA Wolf's prebuilt GitHub Actions to upload mobile build artifacts and trigger test runs from your existing workflow." sidebarTitle: "GitHub Actions" --- diff --git a/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx b/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx index 02c0c71..1d2140b 100644 --- a/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx +++ b/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx @@ -1,5 +1,6 @@ --- title: "Integrate a mobile build with the QA Wolf SDK" +description: "Upload mobile build artifacts and trigger test runs from any Node.js-based CI system using the QA Wolf CI SDK." sidebarTitle: "Other (Node.js)" --- diff --git a/qawolf/deploy-success.mdx b/qawolf/deploy-success.mdx index bd515e9..adaa9f8 100644 --- a/qawolf/deploy-success.mdx +++ b/qawolf/deploy-success.mdx @@ -1,6 +1,6 @@ --- title: "webhooks/deploy_success" -description: "Triggers a test run against a deployment." +description: "Notify QA Wolf of a successful deployment to trigger a test run, including request format, headers, body fields, and example responses." sidebarTitle: "webhooks/deploy_success" --- diff --git a/qawolf/libraries/ci-sdk/api-reference.mdx b/qawolf/libraries/ci-sdk/api-reference.mdx index 9ab8abb..22daed2 100644 --- a/qawolf/libraries/ci-sdk/api-reference.mdx +++ b/qawolf/libraries/ci-sdk/api-reference.mdx @@ -1,6 +1,6 @@ --- title: "API Reference" -description: "Reference documentation for @qawolf/ci-sdk." +description: "Reference for the @qawolf/ci-sdk TypeScript package, including installation, initialization, and functions for triggering and polling test runs from CI." --- `@qawolf/ci-sdk` provides a TypeScript SDK (CJS and ESM compatible) for interacting with the QA Wolf API from your CI pipeline. diff --git a/qawolf/libraries/cli/api-reference/environment-variables.mdx b/qawolf/libraries/cli/api-reference/environment-variables.mdx index d922c54..dfbeff6 100644 --- a/qawolf/libraries/cli/api-reference/environment-variables.mdx +++ b/qawolf/libraries/cli/api-reference/environment-variables.mdx @@ -1,6 +1,6 @@ --- title: "Environment Variables" -description: "Environment variables read by the qawolf CLI." +description: "Environment variables the qawolf CLI reads for API access, Android and iOS SDK paths, and other runtime configuration." sidebarTitle: "Environment Variables" --- diff --git a/qawolf/libraries/cli/api-reference/index.mdx b/qawolf/libraries/cli/api-reference/index.mdx index f070b7c..2eab119 100644 --- a/qawolf/libraries/cli/api-reference/index.mdx +++ b/qawolf/libraries/cli/api-reference/index.mdx @@ -1,6 +1,6 @@ --- title: "API Reference" -description: "API landing page for the qawolf CLI." +description: "Overview of qawolf CLI commands, flags, configuration, environment variables, and exit codes for running flows locally." sidebarTitle: "API Reference" --- diff --git a/qawolf/libraries/cli/troubleshooting.mdx b/qawolf/libraries/cli/troubleshooting.mdx index 2ef1e37..18c2b3d 100644 --- a/qawolf/libraries/cli/troubleshooting.mdx +++ b/qawolf/libraries/cli/troubleshooting.mdx @@ -1,6 +1,6 @@ --- title: "CLI Troubleshooting" -description: "Common issues when running the qawolf CLI." +description: "Solutions for common qawolf CLI issues including authentication errors, missing API keys, SDK path problems, and failed flow execution." sidebarTitle: "CLI Troubleshooting" ---