From b2216309e5804e7712a297ac7c5f913e25ce8f48 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 16:10:15 +0000 Subject: [PATCH] Reorganize Flaky Tests navigation to match upstream restructure Generated-By: mintlify-agent --- docs.json | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/docs.json b/docs.json index 20d59dc..b1409ac 100644 --- a/docs.json +++ b/docs.json @@ -133,11 +133,13 @@ "group": "Overview", "pages": [ "flaky-tests/overview", - "flaky-tests/get-started", - "flaky-tests/managing-detected-flaky-tests", "flaky-tests/dashboard" ] }, + { + "group": "Getting Started", + "pages": ["flaky-tests/get-started"] + }, { "group": "Test Frameworks", "pages": [ @@ -194,28 +196,34 @@ ] }, { - "group": "Detection & Operations", + "group": "Flaky test detection", "pages": [ "flaky-tests/detection", "flaky-tests/detection/pass-on-retry-monitor", "flaky-tests/detection/threshold-monitor", "flaky-tests/detection/flag-as-flaky", - "flaky-tests/infrastructure-failure-protection", "flaky-tests/the-importance-of-pr-test-results", - "flaky-tests/quarantining", - "flaky-tests/quarantine-service-availability", - "flaky-tests/github-pull-request-comments" + "flaky-tests/infrastructure-failure-protection" ] }, { - "group": "Ticketing Integrations", + "group": "Flaky test management", "pages": [ + "flaky-tests/managing-detected-flaky-tests", + "flaky-tests/github-pull-request-comments", "flaky-tests/ticketing-integrations", "flaky-tests/ticketing-integrations/jira-integration", "flaky-tests/ticketing-integrations/linear-integration", "flaky-tests/ticketing-integrations/other-ticketing-platforms" ] }, + { + "group": "Quarantining", + "pages": [ + "flaky-tests/quarantining", + "flaky-tests/quarantine-service-availability" + ] + }, { "group": "Webhooks", "pages": [ @@ -227,12 +235,10 @@ ] }, { - "group": "APIs & CLI", - "pages": ["flaky-tests/flaky-tests", "flaky-tests/uploader"] - }, - { - "group": "MCP Server", + "group": "Reference", "pages": [ + "flaky-tests/uploader", + "flaky-tests/flaky-tests", "flaky-tests/use-mcp-server", "flaky-tests/use-mcp-server/configuration", "flaky-tests/use-mcp-server/configuration/cursor-ide",