Skip to content

Commit f9ddc55

Browse files
committed
Add files to sidebar and interfile links
1 parent 7d4f206 commit f9ddc55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/get-started/tutorials/capture-screenshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ While the form is too large to fit on the computer screen, increasing the window
2020

2121
## Code walkthrough
2222

23-
These are the notable additions to the script.
23+
These are the notable additions to the script used in the [Fill in fields](fill-fields) tutorial.
2424

2525
To capture the full form, this example runs in _headless_ mode. The screenshot can then capture the entire virtual viewport.
2626

docs/get-started/tutorials/record-video.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To record, you must run the test with _headless_ mode turned off. The display wi
1818

1919
## Code walkthrough
2020

21-
These are the notable additions to the script.
21+
These are the notable additions to the script used in the [Capture screenshot](capture-screenshot) tutorial.
2222

2323
For this example, the _headless_ setting must be false, so that the test actions are visible in the browser.
2424

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const sidebars: SidebarsConfig = {
1616
{
1717
type: 'category',
1818
label: 'Get started',
19-
items: ['get-started/intro', 'get-started/installation', 'get-started/concepts', 'get-started/create-your-first-test', 'get-started/sample-tests', 'get-started/resources' ]
19+
items: ['get-started/intro', 'get-started/installation', 'get-started/concepts', 'get-started/create-your-first-test', 'get-started/sample-tests', 'get-started/resources', 'get-started/tutorials'],
2020
},
2121
{
2222
type: 'category',

0 commit comments

Comments
 (0)