Skip to content

Commit 195cc1d

Browse files
committed
refactor: update documentation structure and remove layout properties
- Removed layout, position, parent, and grand_parent properties from multiple action documentation files. - Updated contexts and privacy policy documentation to remove unnecessary properties.
1 parent aee8f88 commit 195cc1d

18 files changed

+0
-68
lines changed

fern/pages/docs/actions/checkLink.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: checkLink
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests,
73
description: Check if a URL returns an acceptable status code from a GET request.
84
---
95

fern/pages/docs/actions/click.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: click
3-
layout: default
4-
position: 2
5-
parent: Actions
6-
grand_parent: Tests
73
description: Click or tap an element on the page.
84
---
95

fern/pages/docs/actions/dragAndDrop.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: dragAndDrop
3-
layout: default
4-
position: 3
5-
parent: Actions
6-
grand_parent: Tests
73
description: Drag an element to a target location.
84
---
95

fern/pages/docs/actions/find.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: find
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Locate and interact with an element on the page.
84
---
95

fern/pages/docs/actions/goTo.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: goTo
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Navigate to a specified URL.
84
---
95

fern/pages/docs/actions/httpRequest.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: httpRequest
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Perform a generic HTTP request, for example to an API.
84
---
95

fern/pages/docs/actions/loadCookie.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: loadCookie
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Load a cookie from a file or environment variable into the browser.
84
---
95

fern/pages/docs/actions/loadVariables.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: loadVariables
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Load environment variables from a .env file.
84
---
95

fern/pages/docs/actions/record.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: record
3-
layout: default
4-
position: 1
5-
parent: Actions
6-
grand_parent: Tests
73
description: Start capturing a video of test execution.
84
---
95

fern/pages/docs/actions/runCode.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: runCode
3-
layout: default
4-
position: 1 # Adjust nav_order as needed
5-
parent: Actions
6-
grand_parent: Tests
73
description: Assemble and run code snippets in various languages.
84
---
95

0 commit comments

Comments
 (0)