We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a942b03 commit 97fb49aCopy full SHA for 97fb49a
1 file changed
config.js
@@ -41,6 +41,11 @@ export default {
41
{ text: "Documentation", link: "/" },
42
{ ...versions },
43
],
44
+ versionBanner: {
45
+ message: 'This version of the documentation is for CakePHP 4.x.',
46
+ link: '/latest/',
47
+ linkText: 'Go to latest docs.'
48
+ }
49
},
50
substitutions: {
51
'|phpversion|': { value: '8.2', format: 'bold' },
0 commit comments