Skip to content

Commit ebcd80d

Browse files
authored
add version banner (#8239)
1 parent 08e8544 commit ebcd80d

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 3.x.',
46+
link: '/latest/',
47+
linkText: 'Go to latest docs.'
48+
}
4449
},
4550
substitutions: {
4651
'|phpversion|': { value: '7.4', format: 'bold' },

0 commit comments

Comments
 (0)