Skip to content

Commit 7f099af

Browse files
committed
clean up version switcher
1 parent 5bc3fa6 commit 7f099af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/.vitepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ const toc_en = require("./toc_en.json");
77
const versions = {
88
text: "5.x",
99
items: [
10-
{ text: "5.x (latest)", link: "https://book.cakephp.org/5.x/", target: '_self' },
11-
{ text: "4.x", link: "https://book.cakephp.org/migrations/4/en/", target: '_self' },
12-
{ text: "3.x", link: "https://book.cakephp.org/migrations/3/en/", target: '_self' },
13-
{ text: "2.x", link: "https://book.cakephp.org/migrations/2/en/", target: '_self' },
10+
{ text: "5.x (current)", link: "book.cakephp.org/migrations/5.x/", target: '_self' },
11+
{ text: "4.x", link: "book.cakephp.org/migrations/4.x/", target: '_self' },
12+
{ text: "3.x", link: "book.cakephp.org/migrations/3.x/", target: '_self' },
13+
{ text: "2.x", link: "book.cakephp.org/migrations/2.x/", target: '_self' },
1414
],
1515
};
1616

0 commit comments

Comments
 (0)