Skip to content

Commit

Permalink
Merge pull request #680 from newrelic/past-events
Browse files Browse the repository at this point in the history
added second level to events nav
  • Loading branch information
jerelmiller authored Aug 25, 2020
2 parents 126b291 + c3fd743 commit 49107e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const iconLibrary = {
'Build apps': 'buildApps',
'Automate workflows': 'automation',
'Explore docs': 'developerDocs',
'Attend events': 'event',
'Developer events': 'event',
'Developer champions': 'developerChampions',
Podcasts: 'podcasts',
'Try our APIs': 'tryOurAPIs',
Expand Down
15 changes: 12 additions & 3 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,20 @@
]
},
{
"displayName": "Attend events",
"displayName": "Developer events",
"children": [
{
"displayName": "Kubecon & CloudNativeCon",
"url": "/kubecon-europe-2020"
"displayName": "Nerd days 1.0",
"url": "/nerd-days"
},
{
"displayName": "Past events",
"children": [
{
"displayName": "Kubecon & CloudNativeCon",
"url": "/kubecon-europe-2020"
}
]
}
]
},
Expand Down

0 comments on commit 49107e5

Please sign in to comment.