From 1d1ae705fbda9d27f1b3cb366afb5eb9297f94f8 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:16:30 +0000 Subject: [PATCH] fix: repair broken YAML frontmatter in Testing page --- docs/advanced/testing.mdx | 2 +- docs/core/commands.mdx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced/testing.mdx b/docs/advanced/testing.mdx index 132e386..fad249e 100644 --- a/docs/advanced/testing.mdx +++ b/docs/advanced/testing.mdx @@ -1,5 +1,5 @@ --- -title: "Testing"php +title: "Testing" description: "Testing strategies and examples for prompts, commands, tracking, and AI SDK integration." --- diff --git a/docs/core/commands.mdx b/docs/core/commands.mdx index 89e0797..c1e09a6 100644 --- a/docs/core/commands.mdx +++ b/docs/core/commands.mdx @@ -171,7 +171,6 @@ php artisan prompt:activate order-summary v2 Output: - ```bash Version 2 of prompt [order-summary] activated. ```