Skip to content

Commit

Permalink
docs: add v4.2.0; bump v5.0.0 (#1900)
Browse files Browse the repository at this point in the history
* docs: add v4.2.0; bump v5.0.0

* docs: add v4.2.0; bump v5.0.0
  • Loading branch information
MSalopek committed May 17, 2024
1 parent 36a2876 commit a4ffa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
12 changes: 0 additions & 12 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,12 @@ const config = {
docs: {
sidebarPath: require.resolve("./sidebars.js"),
routeBasePath: "/",
lastVersion: "v4.1.0",
versions: {
current: {
path: "/",
label: "main",
banner: "unreleased",
},
"v4.0.0": {
path: "/v4.0.0/",
banner: "none",
},
"v4.1.0": {
path: "/v4.1.0/",
banner: "none",
},
"v5.0.0-rc0": {
banner: "unreleased",
},
},
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
Expand Down
5 changes: 2 additions & 3 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"v4.0.0",
"v4.1.0",
"v5.0.0-rc0"
"v4.2.0",
"v5.0.0"
]

0 comments on commit a4ffa1a

Please sign in to comment.