Skip to content

Commit 9a80f06

Browse files
fix(docs): update to react 18 and latest gatsby deps (#462)
Closes #216 Closes #230 Closes #460 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b5a8e8 commit 9a80f06

File tree

4 files changed

+6265
-24405
lines changed

4 files changed

+6265
-24405
lines changed

docs/gatsby-config.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = {
8787
{
8888
resolve: "gatsby-plugin-versioned-docs",
8989
options: {
90-
currentVersion: "v20", // configure the path for the current version
90+
currentVersion: "v21", // configure the path for the current version
9191
versions: [
9292
{
9393
name: "v16", // the path of the older version
@@ -109,6 +109,11 @@ module.exports = {
109109
branch: "19.x", // older versions specify a branch name for this repo
110110
endpoints: "7.x", // ...and one for the endpoint methods
111111
},
112+
{
113+
name: "v20", // the path of the older version
114+
branch: "20.x", // older versions specify a branch name for this repo
115+
endpoints: "10.x", // ...and one for the endpoint methods
116+
},
112117
],
113118
},
114119
},

0 commit comments

Comments
 (0)