File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const toc_en = require("./toc_en.json");
77const versions = {
88 text : "4.x" ,
99 items : [
10- { text : "4.x (current)" , link : "https://book.cakephp.org/authentication/4/en/ " , target : '_self' } ,
10+ { text : "4.x (current)" , link : "https://book.cakephp.org/authentication/4/" , target : '_self' } ,
1111 { text : "3.x" , link : "https://book.cakephp.org/authentication/3/en/" , target : '_self' } ,
1212 { text : "2.x" , link : "https://book.cakephp.org/authentication/2/en/" , target : '_self' } ,
1313 ] ,
@@ -19,12 +19,12 @@ export default {
1919 srcDir : 'en' ,
2020 title : 'Authentication plugin' ,
2121 description : 'Authentication - CakePHP Authentication Plugin Documentation' ,
22- base : "/authentication/4/en/ " ,
22+ base : "/authentication/4/" ,
2323 rewrites : {
2424 "en/:slug*" : ":slug*" ,
2525 } ,
2626 sitemap : {
27- hostname : "https://book.cakephp.org/authentication/4/en/ " ,
27+ hostname : "https://book.cakephp.org/authentication/4/" ,
2828 } ,
2929 themeConfig : {
3030 socialLinks : [
You can’t perform that action at this time.
0 commit comments