Skip to content

Commit 94f5b39

Browse files
chore: v13 versioned docs (#1693)
* chore: duplicate docs * chore: add v13 versioned docs
1 parent 0c8f3a8 commit 94f5b39

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4187
-1
lines changed

website/docs/13.x/_meta.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"text": "Docs",
4+
"link": "/docs/start/intro",
5+
"activeMatch": "^/docs/"
6+
},
7+
{
8+
"text": "Cookbook",
9+
"link": "/cookbook/",
10+
"activeMatch": "^/cookbook/"
11+
},
12+
{
13+
"text": "Examples",
14+
"link": "https://github.com/callstack/react-native-testing-library/tree/main/examples"
15+
}
16+
]

website/docs/13.x/cookbook/_meta.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
"index",
3+
{
4+
"type": "dir",
5+
"name": "basics",
6+
"label": "Basic Recipes"
7+
},
8+
{
9+
"type": "dir",
10+
"name": "advanced",
11+
"label": "Advanced Recipes"
12+
},
13+
{
14+
"type": "dir",
15+
"name": "state-management",
16+
"label": "State Management Recipes"
17+
}
18+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["network-requests"]

0 commit comments

Comments
 (0)