We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e8544 commit ebcd80dCopy full SHA for ebcd80d
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 3.x.',
46
+ link: '/latest/',
47
+ linkText: 'Go to latest docs.'
48
+ }
49
},
50
substitutions: {
51
'|phpversion|': { value: '7.4', format: 'bold' },
0 commit comments