File tree Expand file tree Collapse file tree 4 files changed +4307
-6307
lines changed Expand file tree Collapse file tree 4 files changed +4307
-6307
lines changed Original file line number Diff line number Diff line change 1
- v16 .15.1
1
+ 16 .15.1
Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ module.exports = {
107
107
} ,
108
108
{
109
109
label : "High Order Component (HOC)" ,
110
- to : "docs/hoc/intro " ,
110
+ to : "docs/hoc" ,
111
111
} ,
112
112
{
113
113
label : "Advanced Guides" ,
114
- to : "docs/advanced/intro " ,
114
+ to : "docs/advanced" ,
115
115
} ,
116
116
{
117
117
label : "Migrating" ,
118
- to : "docs/migration/intro " ,
118
+ to : "docs/migration" ,
119
119
} ,
120
120
{
121
121
label : "Contributing" ,
@@ -176,7 +176,7 @@ module.exports = {
176
176
algolia : {
177
177
apiKey : "e1c87cdc9c52f8ccf84ceb7f9e18bcd3" ,
178
178
indexName : "react-typescript-cheatsheet" ,
179
- // appId: "",
179
+ appId : "J65EL4UPXZ " ,
180
180
algoliaOptions : {
181
181
//... },
182
182
} ,
Original file line number Diff line number Diff line change 7
7
"deploy" : " yarn add-pages-on-site && docusaurus deploy"
8
8
},
9
9
"dependencies" : {
10
- "@docusaurus/core" : " ^2.0.0-alpha.61 " ,
11
- "@docusaurus/preset-classic" : " ^2.0.0-alpha.61 " ,
10
+ "@docusaurus/core" : " ^2.1.0 " ,
11
+ "@docusaurus/preset-classic" : " ^2.1.0 " ,
12
12
"classnames" : " ^2.2.6" ,
13
13
"react" : " ^16.13.1" ,
14
14
"react-dom" : " ^16.13.1"
You can’t perform that action at this time.
0 commit comments