Skip to content

Commit 27cfdc9

Browse files
committed
add dev version banner
1 parent 90ffa3b commit 27cfdc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ export default {
4141
{ text: "Documentation", link: "/" },
4242
{ ...versions },
4343
],
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+
}
4449
},
4550
substitutions: {
4651
'|phpversion|': { value: '8.5', format: 'bold' },

0 commit comments

Comments
 (0)