Skip to content

Commit 180a1af

Browse files
authored
Merge pull request cypress-io#4550 from cypress-io/content/move-studio-to-references
Move Cypress Studio page to References section
2 parents 8cc535a + 67040e3 commit 180a1af

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

content/_data/sidebar.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@
196196
{
197197
"title": "Cypress App",
198198
"slug": "cypress-app"
199-
},
200-
{
201-
"title": "Cypress Studio",
202-
"slug": "cypress-studio"
203199
}
204200
]
205201
},
@@ -399,6 +395,10 @@
399395
"title": "Legacy Configuration",
400396
"slug": "legacy-configuration"
401397
},
398+
{
399+
"title": "Cypress Studio",
400+
"slug": "cypress-studio"
401+
},
402402
{
403403
"title": "Client Certificates",
404404
"slug": "client-certificates"

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
status = 301
8484
force = true
8585

86+
[[redirects]]
87+
from = "/guides/core-concepts/cypress-studio"
88+
to = "/guides/references/cypress-studio"
89+
status = 301
90+
force = true
91+
8692
[[redirects]]
8793
from = "/guides/getting-started/writing-your-first-test"
8894
to = "/guides/end-to-end-testing/writing-your-first-end-to-end-test"

0 commit comments

Comments
 (0)