mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Update nav links
This commit is contained in:
parent
118ce4b8e3
commit
83f58ce9a8
2 changed files with 2 additions and 13 deletions
|
@ -5,20 +5,10 @@ module.exports = {
|
||||||
description: `Front end for Justice40 mappping tool project`,
|
description: `Front end for Justice40 mappping tool project`,
|
||||||
navigation: [
|
navigation: [
|
||||||
{
|
{
|
||||||
items: [{ text: 'Home', link: '/' }],
|
items: [{ text: 'Leaflet', link: '/' }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [{ text: 'OpenLayers', link: '/openlayers' }],
|
||||||
{ text: 'Document with sidenav', link: '/document-with-sidenav' },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: 'Document submenu',
|
|
||||||
items: [
|
|
||||||
{ text: 'Navigation link', link: '/' },
|
|
||||||
{ text: 'Navigation link', link: '/' },
|
|
||||||
{ text: 'Navigation link', link: '/' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
secondaryLinks: [
|
secondaryLinks: [
|
||||||
|
|
|
@ -21,7 +21,6 @@ const Layout = ({ children }) => {
|
||||||
siteMetadata {
|
siteMetadata {
|
||||||
title
|
title
|
||||||
navigation {
|
navigation {
|
||||||
title
|
|
||||||
items {
|
items {
|
||||||
text
|
text
|
||||||
link
|
link
|
||||||
|
|
Loading…
Add table
Reference in a new issue