Skip to content

Commit f59864a

Browse files
committed
fix: add auth plugins to TOC
1 parent 08b11f1 commit f59864a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

toc_en.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,14 @@
670670
"text": "Topics",
671671
"link": "/topics"
672672
},
673+
{
674+
"text": "Authentication",
675+
"link": "https://book.cakephp.org/authentication/"
676+
},
677+
{
678+
"text": "Authorization",
679+
"link": "https://book.cakephp.org/authorization/"
680+
},
673681
{
674682
"text": "Chronos",
675683
"link": "/chronos"
@@ -693,4 +701,4 @@
693701
]
694702
}
695703
]
696-
}
704+
}

0 commit comments

Comments
 (0)