Skip to content

Commit 1c0f4ab

Browse files
Merge branch 'main' into gen-readme
2 parents a7dd7e7 + b9803a3 commit 1c0f4ab

File tree

4 files changed

+4307
-6307
lines changed

4 files changed

+4307
-6307
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.1
1+
16.15.1

website/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ module.exports = {
107107
},
108108
{
109109
label: "High Order Component (HOC)",
110-
to: "docs/hoc/intro",
110+
to: "docs/hoc",
111111
},
112112
{
113113
label: "Advanced Guides",
114-
to: "docs/advanced/intro",
114+
to: "docs/advanced",
115115
},
116116
{
117117
label: "Migrating",
118-
to: "docs/migration/intro",
118+
to: "docs/migration",
119119
},
120120
{
121121
label: "Contributing",
@@ -176,7 +176,7 @@ module.exports = {
176176
algolia: {
177177
apiKey: "e1c87cdc9c52f8ccf84ceb7f9e18bcd3",
178178
indexName: "react-typescript-cheatsheet",
179-
// appId: "",
179+
appId: "J65EL4UPXZ",
180180
algoliaOptions: {
181181
//... },
182182
},

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"deploy": "yarn add-pages-on-site && docusaurus deploy"
88
},
99
"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",
1212
"classnames": "^2.2.6",
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1"

0 commit comments

Comments
 (0)