Skip to content

Commit

Permalink
feat: deploy 0.52 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Oct 9, 2024
1 parent 6bbe3b8 commit 2a86c60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const lightCodeTheme = require("prism-react-renderer/themes/github");
const darkCodeTheme = require("prism-react-renderer/themes/dracula");

const lastVersion = "0.50";
const lastVersion = "0.52";

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -45,6 +45,10 @@ const config = {
path: "main",
banner: "unreleased",
},
"0.52": {
path: "v0.52",
label: "v0.52",
},
"0.50": {
path: "v0.50",
label: "v0.50",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"0.52",
"0.50",
"0.47"
]

0 comments on commit 2a86c60

Please sign in to comment.