File tree Expand file tree Collapse file tree 3 files changed +4337
-4886
lines changed Expand file tree Collapse file tree 3 files changed +4337
-4886
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
title : 'Async Storage' ,
3
3
tagline : 'Data storage system for React Native.' ,
4
- url : 'https://react-native-async-storage.github.io/async-storage/ ' ,
4
+ url : 'https://react-native-async-storage.github.io' ,
5
5
baseUrl : '/async-storage/' ,
6
6
favicon : 'img/favicon.ico' ,
7
7
organizationName : 'react-native-async-storage' ,
@@ -17,7 +17,7 @@ module.exports = {
17
17
alt : 'Async Storage Logo' ,
18
18
src : 'img/logo.svg' ,
19
19
} ,
20
- links : [
20
+ items : [
21
21
{
22
22
label : 'Docs' ,
23
23
to : 'docs/install' ,
Original file line number Diff line number Diff line change 8
8
"deploy" : " docusaurus deploy"
9
9
},
10
10
"dependencies" : {
11
- "@docusaurus/core" : " ^2.0.0-alpha.54 " ,
12
- "@docusaurus/preset-classic" : " ^2.0.0-alpha.54 " ,
11
+ "@docusaurus/core" : " ^2.0.0-0 " ,
12
+ "@docusaurus/preset-classic" : " ^2.0.0-0 " ,
13
13
"classnames" : " ^2.2.6" ,
14
- "react" : " ^16.8.4 " ,
15
- "react-dom" : " ^16.8.4 "
14
+ "react" : " ^17.0.0 " ,
15
+ "react-dom" : " ^17.0.0 "
16
16
},
17
17
"browserslist" : {
18
18
"production" : [
You can’t perform that action at this time.
0 commit comments