Skip to content

Commit

Permalink
Merge pull request #452 from calebk1/versions
Browse files Browse the repository at this point in the history
Versions
  • Loading branch information
calebk1 authored Nov 9, 2023
2 parents 8a9cc2a + 15cbcb0 commit 65512bf
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@
*/
module.exports = {
siteMetadata: {
versions: [{
title: 'Latest version',
path: '/client-sdks/',
selected: true
},
{
title: 'Previous versions',
path: '/client-sdks/previous-versions/'
}
],
pages: [
{
title: "Versions",
menu: [
{
title: "Latest version",
path: "/home",
selected: true
},
{
title: "Previous versions",
path: '/client-sdks/previous-versions/'
}
]
},
{
title: "Home",
path: "/home"
Expand Down

0 comments on commit 65512bf

Please sign in to comment.