diff --git a/src/data/navigation/header.js b/src/data/navigation/header.js index 6fec9692e..b5e26f10f 100644 --- a/src/data/navigation/header.js +++ b/src/data/navigation/header.js @@ -17,11 +17,18 @@ module.exports = [ }, { title: "Module Reference", - path: "/module-reference/", - }, - { - title: "Module Reference (Beta)", - path: "/module-reference-beta/", + menu: [ + { + title: "2.4.6", + description: "Lorem ipsum", + path: "/module-reference/", + }, + { + title: "2.4.7-beta", + description: "Lorem ipsum", + path: "/module-reference-beta/", + }, + ] }, { title: "Coding Standards",