File tree Expand file tree Collapse file tree 4 files changed +4463
-6250
lines changed Expand file tree Collapse file tree 4 files changed +4463
-6250
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ aliases:
12
12
13
13
defaults : &defaults
14
14
docker :
15
- - image : circleci /node:14
15
+ - image : cimg /node:current
16
16
working_directory : ~/react-native-testing-library
17
17
18
18
jobs :
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const siteConfig = {
12
12
favicon : 'img/owl.png' ,
13
13
14
14
themeConfig : {
15
- sidebarCollapsible : false ,
16
15
navbar : {
17
16
title,
18
17
logo : {
@@ -48,8 +47,7 @@ const siteConfig = {
48
47
{
49
48
key : 3 ,
50
49
label : 'Stack Overflow' ,
51
- href :
52
- 'http://stackoverflow.com/questions/tagged/react-native-testing-library' ,
50
+ href : 'http://stackoverflow.com/questions/tagged/react-native-testing-library' ,
53
51
} ,
54
52
{
55
53
key : 4 ,
@@ -83,6 +81,7 @@ const siteConfig = {
83
81
defaultLanguage : 'jsx' ,
84
82
} ,
85
83
algolia : {
84
+ appId : 'BH4D9OD16A' ,
86
85
apiKey : 'cd9b8b73f97b64ed04570e41c507683f' ,
87
86
indexName : 'react-native-testing-library' ,
88
87
} ,
@@ -96,6 +95,7 @@ const siteConfig = {
96
95
sidebarPath : require . resolve ( './sidebars.js' ) ,
97
96
// Please change this to your repo.
98
97
editUrl : `${ repoUrl } /blob/main` ,
98
+ sidebarCollapsible : false ,
99
99
} ,
100
100
blog : {
101
101
showReadingTime : true ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@babel/core" : " ^7.11.1" ,
13
- "@docusaurus/core" : " ^2.0.0-alpha.61 " ,
14
- "@docusaurus/preset-classic" : " ^2.0.0-alpha.61 " ,
13
+ "@docusaurus/core" : " ^2.0.1 " ,
14
+ "@docusaurus/preset-classic" : " ^2.0.1 " ,
15
15
"classnames" : " ^2.2.6" ,
16
16
"react" : " ^16.8.4" ,
17
17
"react-dom" : " ^16.8.4"
You can’t perform that action at this time.
0 commit comments