Skip to content

Commit

Permalink
post v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 22, 2024
1 parent c081890 commit 21b9e3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export default defineConfig({
{
text: "unstable",
items: [
{
text: "v4.0.0",
link: "https://melange.re/v4.0.0/",
},
{
text: "v3.0.0",
link: "https://melange.re/v3.0.0/",
Expand Down
2 changes: 1 addition & 1 deletion scripts/add_canonical.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let replace_in_file ~orig_path file_path search_str =
in
let canonical_link =
Printf.sprintf
"<link rel=\"canonical\" href=\"https://melange.re/v3.0.0/api/%s\" \
"<link rel=\"canonical\" href=\"https://melange.re/v4.0.0/api/%s\" \
/></head>"
(String.escaped relative_file_path)
in
Expand Down

0 comments on commit 21b9e3b

Please sign in to comment.