Skip to content

Commit

Permalink
Merge pull request #212 from commerce-docs/ds_mrg
Browse files Browse the repository at this point in the history
Dropdown menu for the Module reference versions
  • Loading branch information
dshevtsov authored Nov 14, 2023
2 parents 2ae5464 + d35d10d commit fb5bcce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions src/data/navigation/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ module.exports = [
},
{
title: "Module Reference",
path: "/module-reference/",
},
{
title: "Module Reference (Beta)",
path: "/module-reference-beta/",
menu: [
{
title: "v2.4.6",
path: "/module-reference/",
},
{
title: "v2.4.7-beta",
path: "/module-reference-beta/",
},
]
},
{
title: "Coding Standards",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6230,9 +6230,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001370, caniuse-lite@npm:^1.0.30001373":
version: 1.0.30001464
resolution: "caniuse-lite@npm:1.0.30001464"
checksum: 67cdee102c1660d62d7b9dbd4740bb7af096236618f2509fd2e0039d50db5f02fb87c21d90b6d573fdcf50deaf3c84503d009e871502b5c221d0ba1dec18ba11
version: 1.0.30001562
resolution: "caniuse-lite@npm:1.0.30001562"
checksum: 414ed45ae47a432607be1c9588bd478440acb033e46ede74c97501bfdb9ba4b1615e221d3ce7c7be55e1e0834725fd1ce5bf5e037bb9dd384c8e85b5e83dc6d1
languageName: node
linkType: hard

Expand Down

0 comments on commit fb5bcce

Please sign in to comment.