Skip to content

Commit c498ecf

Browse files
docs: v14 tweaks (#1869)
1 parent e59ab28 commit c498ecf

File tree

18 files changed

+145
-661
lines changed

18 files changed

+145
-661
lines changed

website/docs/12.x/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
pageType: home
33

44
hero:
5-
name: 'React Native'
6-
text: 'Testing Library'
5+
name: 'React Native Testing Library'
76
image:
87
src: /img/owl.png
98
tagline: Helps you to write better tests with less effort.
109
actions:
1110
- theme: brand
1211
text: Quick Start
13-
link: /docs/start/quick-start
12+
link: /12.x/docs/start/quick-start
1413
- theme: alt
1514
text: Explore API
16-
link: /docs/api
15+
link: /12.x/docs/api
1716
features:
1817
- title: Maintainable
1918
details: Write maintainable tests for your React Native apps.

website/docs/13.x/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
pageType: home
33

44
hero:
5-
name: 'React Native'
6-
text: 'Testing Library'
5+
name: 'React Native Testing Library'
76
image:
87
src: /img/owl.png
98
tagline: Helps you to write better tests with less effort.

website/docs/14.x/docs/_meta.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,5 @@
1414
"type": "dir",
1515
"name": "advanced",
1616
"label": "Advanced Guides"
17-
},
18-
{
19-
"type": "dir",
20-
"name": "migration",
21-
"label": "Migration Guides",
22-
"collapsed": true
2317
}
2418
]

website/docs/14.x/docs/api/jest-matchers.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ This guide describes built-in Jest matchers, we recommend using these matchers a
66

77
There is no need to set up the built-in matchers; they are automatically available in your tests when you import anything from `@testing-library/react-native`, e.g., `render`.
88

9-
## Migration from legacy Jest Native matchers.
10-
11-
If you are already using legacy Jest Native matchers we have a [migration guide](/docs/migration/jest-matchers) for moving to the built-in matchers.
12-
139
## Checking element existence
1410

1511
### `toBeOnTheScreen()`

website/docs/14.x/docs/migration/_meta.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/docs/14.x/docs/migration/jest-matchers.mdx

Lines changed: 0 additions & 70 deletions
This file was deleted.

website/docs/14.x/docs/migration/v11.mdx

Lines changed: 0 additions & 53 deletions
This file was deleted.

website/docs/14.x/docs/migration/v12.mdx

Lines changed: 0 additions & 70 deletions
This file was deleted.

website/docs/14.x/docs/migration/v13.mdx

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)