Skip to content

Commit

Permalink
Merge branch 'gatsby-openlayers' into gatsby
Browse files Browse the repository at this point in the history
  • Loading branch information
NatHillardUSDS committed Apr 19, 2021
2 parents c59ec02 + 83f58ce commit 92d8d1a
Show file tree
Hide file tree
Showing 7 changed files with 534 additions and 33 deletions.
15 changes: 3 additions & 12 deletions justice40-frontend/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,13 @@ module.exports = {
items: [{ text: 'Home', link: '/' }],
},
{
items: [
{ text: 'Mapbox', link: '/mapbox' },
],
items: [{ text: 'Leaflet', link: '/leaflet' }],
},
{
items: [
{ text: 'Leaflet', link: '/leaflet' },
],
items: [{ text: 'Mapbox', link: '/mapbox' }],
},
{
title: 'Document submenu',
items: [
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
{ text: 'Navigation link', link: '/' },
],
items: [{ text: 'OpenLayers', link: '/openlayers' }],
},
],
secondaryLinks: [
Expand Down
Loading

0 comments on commit 92d8d1a

Please sign in to comment.