Skip to content

Commit

Permalink
docs: fix broken docs deploy (v4.2.0) (#1903)
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

* sync

* sync stuff

* fix

* try docs tag

* add version alias
  • Loading branch information
MSalopek authored May 17, 2024
1 parent a4ffa1a commit 5f864a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ const config = {
label: "main",
banner: "unreleased",
},
"v4.2.0-docs": {
path: "/v4.2.0/",
label: "v4.2.0",
banner: "none",
},
"v5.0.0": {
banner: "unreleased",
},
},
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
Expand Down
2 changes: 1 addition & 1 deletion docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"v4.2.0",
"v4.2.0-docs",
"v5.0.0"
]

0 comments on commit 5f864a5

Please sign in to comment.