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