Skip to content

Commit b401e84

Browse files
committed
Add missing queue plugin to plugins list
1 parent 3fee6dd commit b401e84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const plugins = {
3333
{ text: "Elasticsearch", link: "https://book.cakephp.org/elasticsearch/", target: "_self" },
3434
{ text: "Migrations", link: "https://book.cakephp.org/migrations/", target: "_self" },
3535
{ text: "Phinx", link: "https://book.cakephp.org/phinx/", target: "_self" },
36+
{ text: "Queue", link: "https://book.cakephp.org/queue/", target: "_self" },
3637
],
3738
},
3839
{

0 commit comments

Comments
 (0)