Skip to content

Commit d52c891

Browse files
authored
Merge pull request #5187 from cypress-io/faq-fixes
Faq fixes
2 parents 2215de7 + a65e315 commit d52c891

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

docs/faq/questions/cloud-faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Cypress Cloud
33
hide_table_of_contents: true
4+
sidebar_position: 30
45
---
56

67
## <Icon name="angle-right" /> What is Cypress Cloud?

docs/faq/questions/company-faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Company
33
hide_table_of_contents: true
4+
sidebar_position: 40
45
---
56

67
import TOCInline from '@theme/TOCInline'

docs/faq/questions/general-questions-faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: General Questions
33
hide_table_of_contents: true
4+
sidebar_position: 20
45
---
56

67
import TOCInline from '@theme/TOCInline'

docs/faq/questions/using-cypress-faq.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Using Cypress
33
hide_table_of_contents: true
4+
sidebar_position: 10
45
---
56

67
import TOCInline from '@theme/TOCInline'
@@ -649,8 +650,9 @@ project and authenticate that your project is even _allowed_ to record tests.
649650
You can find your project's record key inside of the _Settings_ tab.
650651

651652
<DocsImage
652-
src="/img/dashboard/record-key-shown-in-desktop-gui-configuration.jpg"
653+
src="/img/guides/cloud/projects/record-key-desktop-gui.jpg"
653654
alt="Record Key in Configuration Tab"
655+
width="80%"
654656
/>
655657

656658
For further detail see the
@@ -687,6 +689,7 @@ email's functionality and visual style:
687689
src="/img/guides/references/email-test.png"
688690
title="The HTML email loaded during the test"
689691
alt="The test finds and clicks the Confirm registration button"
692+
width="80%"
690693
/>
691694

692695
3. You can use a 3rd party email service that provides temporary email addresses

0 commit comments

Comments
 (0)