@@ -19,6 +19,31 @@ const versions = {
1919 ] ,
2020} ;
2121
22+ const plugins = {
23+ text : "Plugins" ,
24+ items : [
25+ {
26+ text : "Core Plugins" ,
27+ items : [
28+ { text : "Authentication" , link : "https://book.cakephp.org/authentication/" , target : "_self" } ,
29+ { text : "Authorization" , link : "https://book.cakephp.org/authorization/" , target : "_self" } ,
30+ { text : "Bake" , link : "https://book.cakephp.org/bake/" , target : "_self" } ,
31+ { text : "Chronos" , link : "https://book.cakephp.org/chronos/" , target : "_self" } ,
32+ { text : "Debug Kit" , link : "https://book.cakephp.org/debugkit/" , target : "_self" } ,
33+ { text : "Elasticsearch" , link : "https://book.cakephp.org/elasticsearch/" , target : "_self" } ,
34+ { text : "Migrations" , link : "https://book.cakephp.org/migrations/" , target : "_self" } ,
35+ { text : "Phinx" , link : "https://book.cakephp.org/phinx/" , target : "_self" } ,
36+ ] ,
37+ } ,
38+ {
39+ text : "Community" ,
40+ items : [
41+ { text : "Community Plugins" , link : "https://plugins.cakephp.org/" , target : "_self" } ,
42+ ] ,
43+ } ,
44+ ] ,
45+ } ;
46+
2247const substitutions = {
2348 '|phpversion|' : { value : '8.5' , format : 'bold' } ,
2449 '|minphpversion|' : { value : '8.2' , format : 'italic' } ,
@@ -53,7 +78,7 @@ export default {
5378 nav : [
5479 { text : "Guide" , link : "/intro" } ,
5580 { text : "API" , link : "https://api.cakephp.org/" } ,
56- { text : "Documentation" , link : "/" } ,
81+ { ... plugins } ,
5782 { ...versions } ,
5883 ] ,
5984 } ,
@@ -70,6 +95,7 @@ export default {
7095 { text : "ガイド" , link : "/ja/intro" } ,
7196 { text : "API" , link : "https://api.cakephp.org/" } ,
7297 { text : "ドキュメント" , link : "/ja/" } ,
98+ { ...plugins } ,
7399 { ...versions } ,
74100 ] ,
75101 sidebar : toc_ja ,
0 commit comments