Skip to content

Commit 97fb49a

Browse files
authored
add version banner (#8241)
1 parent a942b03 commit 97fb49a

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 version of the documentation is for CakePHP 4.x.',
46+
link: '/latest/',
47+
linkText: 'Go to latest docs.'
48+
}
4449
},
4550
substitutions: {
4651
'|phpversion|': { value: '8.2', format: 'bold' },

0 commit comments

Comments
 (0)