Skip to content

Commit

Permalink
fix(docs): update to react 18 and latest gatsby deps (#462)
Browse files Browse the repository at this point in the history
Closes #216
Closes #230
Closes #460

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
wolfy1339 and renovate[bot] committed Aug 16, 2024
1 parent 3b5a8e8 commit 9a80f06
Show file tree
Hide file tree
Showing 4 changed files with 6,265 additions and 24,405 deletions.
7 changes: 6 additions & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = {
{
resolve: "gatsby-plugin-versioned-docs",
options: {
currentVersion: "v20", // configure the path for the current version
currentVersion: "v21", // configure the path for the current version
versions: [
{
name: "v16", // the path of the older version
Expand All @@ -109,6 +109,11 @@ module.exports = {
branch: "19.x", // older versions specify a branch name for this repo
endpoints: "7.x", // ...and one for the endpoint methods
},
{
name: "v20", // the path of the older version
branch: "20.x", // older versions specify a branch name for this repo
endpoints: "10.x", // ...and one for the endpoint methods
},
],
},
},
Expand Down
Loading

0 comments on commit 9a80f06

Please sign in to comment.