diff --git a/config.js b/config.js index d7e26e4da5..5cdf28e010 100644 --- a/config.js +++ b/config.js @@ -41,6 +41,11 @@ export default { { text: "Documentation", link: "/" }, { ...versions }, ], + versionBanner: { + message: 'This version of the documentation is for CakePHP 4.x.', + link: '/latest/', + linkText: 'Go to latest docs.' + } }, substitutions: { '|phpversion|': { value: '8.2', format: 'bold' },