Skip to content

Commit

Permalink
Add top-nav dropdown for MRG
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews committed Nov 10, 2023
1 parent 2ae5464 commit 1ee8189
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/data/navigation/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1ee8189

Please sign in to comment.