From acebc243d070411fbf19782f8bf03aa0fa0d4ad3 Mon Sep 17 00:00:00 2001 From: paulj Date: Mon, 25 Sep 2023 22:40:46 -0400 Subject: [PATCH] remove debugging subcategory --- docs/guides/cloud/account-management/_category_.json | 2 +- docs/guides/cloud/analytics.mdx | 2 +- docs/guides/cloud/branch-review.mdx | 2 +- docs/guides/cloud/data-storage-and-masking.mdx | 2 +- docs/guides/cloud/debugging/_category_.json | 6 ------ docs/guides/cloud/flaky-test-management.mdx | 2 +- docs/guides/cloud/integrations/_category_.json | 2 +- docs/guides/cloud/{debugging => }/recorded-runs.mdx | 2 +- docs/guides/cloud/smart-orchestration/_category_.json | 2 +- docs/guides/cloud/{debugging => }/test-replay.mdx | 2 +- 10 files changed, 9 insertions(+), 15 deletions(-) delete mode 100644 docs/guides/cloud/debugging/_category_.json rename docs/guides/cloud/{debugging => }/recorded-runs.mdx (99%) rename docs/guides/cloud/{debugging => }/test-replay.mdx (99%) diff --git a/docs/guides/cloud/account-management/_category_.json b/docs/guides/cloud/account-management/_category_.json index a37e8647952..9702a940ab3 100644 --- a/docs/guides/cloud/account-management/_category_.json +++ b/docs/guides/cloud/account-management/_category_.json @@ -1,6 +1,6 @@ { "label": "Account Management", - "position": 80, + "position": 110, "collapsible": true, "collapsed": true } diff --git a/docs/guides/cloud/analytics.mdx b/docs/guides/cloud/analytics.mdx index 29b59d5e3ea..207c4984fd7 100644 --- a/docs/guides/cloud/analytics.mdx +++ b/docs/guides/cloud/analytics.mdx @@ -1,6 +1,6 @@ --- title: Analytics & Insights -sidebar_position: 50 +sidebar_position: 70 --- Cypress Cloud provides Analytics to offer insight into metrics like runs over diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx index cf5baa607b0..758012f0d64 100644 --- a/docs/guides/cloud/branch-review.mdx +++ b/docs/guides/cloud/branch-review.mdx @@ -1,6 +1,6 @@ --- title: Branch Review -sidebar_position: 35 +sidebar_position: 50 sidebar_class_name: new_label --- diff --git a/docs/guides/cloud/data-storage-and-masking.mdx b/docs/guides/cloud/data-storage-and-masking.mdx index 22c81e644aa..aaf62973aba 100644 --- a/docs/guides/cloud/data-storage-and-masking.mdx +++ b/docs/guides/cloud/data-storage-and-masking.mdx @@ -1,6 +1,6 @@ --- title: Data Storage and Controls -sidebar_position: 60 +sidebar_position: 80 --- :::info diff --git a/docs/guides/cloud/debugging/_category_.json b/docs/guides/cloud/debugging/_category_.json deleted file mode 100644 index a3a5cb6189c..00000000000 --- a/docs/guides/cloud/debugging/_category_.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "label": "Debugging", - "position": 30, - "collapsible": true, - "collapsed": true -} diff --git a/docs/guides/cloud/flaky-test-management.mdx b/docs/guides/cloud/flaky-test-management.mdx index 36b118c5f78..57f0fc7ad80 100644 --- a/docs/guides/cloud/flaky-test-management.mdx +++ b/docs/guides/cloud/flaky-test-management.mdx @@ -1,6 +1,6 @@ --- title: Flaky Test Management -sidebar_position: 40 +sidebar_position: 60 sidebar_label: Flake Management --- diff --git a/docs/guides/cloud/integrations/_category_.json b/docs/guides/cloud/integrations/_category_.json index 62bef6b1d75..d324400c4a7 100644 --- a/docs/guides/cloud/integrations/_category_.json +++ b/docs/guides/cloud/integrations/_category_.json @@ -1,6 +1,6 @@ { "label": "Integrations", - "position": 70, + "position": 100, "collapsible": true, "collapsed": true } diff --git a/docs/guides/cloud/debugging/recorded-runs.mdx b/docs/guides/cloud/recorded-runs.mdx similarity index 99% rename from docs/guides/cloud/debugging/recorded-runs.mdx rename to docs/guides/cloud/recorded-runs.mdx index ef38dd7e2df..aca3949a717 100644 --- a/docs/guides/cloud/debugging/recorded-runs.mdx +++ b/docs/guides/cloud/recorded-runs.mdx @@ -1,6 +1,6 @@ --- title: Recorded Runs -sidebar_position: 10 +sidebar_position: 30 --- Recorded runs capture the results from your test runs. Each specific area of diff --git a/docs/guides/cloud/smart-orchestration/_category_.json b/docs/guides/cloud/smart-orchestration/_category_.json index 422d13c1961..94699b6ed68 100644 --- a/docs/guides/cloud/smart-orchestration/_category_.json +++ b/docs/guides/cloud/smart-orchestration/_category_.json @@ -1,6 +1,6 @@ { "label": "Smart Orchestration", - "position": 60, + "position": 90, "collapsible": true, "collapsed": true } diff --git a/docs/guides/cloud/debugging/test-replay.mdx b/docs/guides/cloud/test-replay.mdx similarity index 99% rename from docs/guides/cloud/debugging/test-replay.mdx rename to docs/guides/cloud/test-replay.mdx index 5a99de2c734..85bf6112660 100644 --- a/docs/guides/cloud/debugging/test-replay.mdx +++ b/docs/guides/cloud/test-replay.mdx @@ -1,6 +1,6 @@ --- title: Test Replay -sidebar_position: 20 +sidebar_position: 40 sidebar_class_name: new_label ---