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