From e497791e9ec0588c59ed5a98ba350b79970ee045 Mon Sep 17 00:00:00 2001
From: John Gluck <141772680+JohnGluck@users.noreply.github.com>
Date: Tue, 14 Jul 2026 17:29:29 -0700
Subject: [PATCH 01/10] Updated mintlify pages
- Updated qawolf/quick-start.mdx
- Created snippets/try-for-free-form.mdx
Mintlify-Source: dashboard-editor
---
qawolf/quick-start.mdx | 8 ++---
snippets/try-for-free-form.mdx | 65 ++++++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 4 deletions(-)
create mode 100644 snippets/try-for-free-form.mdx
diff --git a/qawolf/quick-start.mdx b/qawolf/quick-start.mdx
index 2a55316..5840bae 100644
--- a/qawolf/quick-start.mdx
+++ b/qawolf/quick-start.mdx
@@ -11,12 +11,12 @@ description: "Connect your application, generate your first flow, and run your f
Your team's QA Wolf administrator must invite you before you can log in and configure environments.
+ - **QA Wolf can access the application you want to test.**
If your application is behind a firewall or private network, a **VPN or network allowlist** must be configured so QA Wolf infrastructure can reach it.
Try QA Wolf for free
+ + +Try QA Wolf for free
+{/* + Layout below matches the actual site component: pill-shaped input + pill-shaped + button, side by side, same height, hard offset shadow. Colors/fonts below are + placeholders (per instruction to ignore those for now) — swap in real brand + tokens once the structural layout is confirmed to render correctly. + + Fix from the first draft: the input had no `minWidth: 0`, so as a flex child + it refused to shrink and blew out to fill/overflow its container, which is + also what pushed the button out of view. Explicit height + box-sizing on both + elements keeps them from ballooning regardless of what CSS Mintlify applies + around them. + */} - ++ Thanks! We'll be in touch shortly. +
\ No newline at end of file From 8f48e1329849c112587885398dbdfcc1010bdd0c Mon Sep 17 00:00:00 2001 From: John Gluck <141772680+JohnGluck@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:46:23 -0700 Subject: [PATCH 04/10] Updated mintlify pages - Updated snippets/try-for-free-form.mdx Mintlify-Source: dashboard-editor --- snippets/try-for-free-form.mdx | 144 ++++++++++++++++----------------- 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/snippets/try-for-free-form.mdx b/snippets/try-for-free-form.mdx index dc5cee9..dfe2a58 100644 --- a/snippets/try-for-free-form.mdx +++ b/snippets/try-for-free-form.mdx @@ -5,7 +5,6 @@ homepage submissions in whatever consumes the webhook downstream. SETUP: this file goes in your Mintlify repo at /snippets/try-for-free-form.mdx - (Kirk wants this on 4 pages, so make it a snippet, not 4 copies). Then on each target page (Welcome, Quick Start, Mapping AI, Automation AI), add near the top: @@ -13,14 +12,8 @@ import TryForFreeForm from '/snippets/try-for-free-form.mdx'; ...and drop+
Thanks! We'll be in touch shortly.
\ No newline at end of file From 93e6a138c468136a769e373ebc390d900583150d Mon Sep 17 00:00:00 2001 From: John Gluck <141772680+JohnGluck@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:01:48 -0700 Subject: [PATCH 05/10] Updated mintlify pages - Updated qawolf/quick-start.mdx Mintlify-Source: dashboard-editor --- qawolf/quick-start.mdx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/qawolf/quick-start.mdx b/qawolf/quick-start.mdx index 99df588..bedee52 100644 --- a/qawolf/quick-start.mdx +++ b/qawolf/quick-start.mdx @@ -8,16 +8,17 @@ description: "Connect your application, generate your first flow, and run your f ## Before you begin +import TryForFreeForm from '/snippets/try-for-free-form.mdx'; +