Instantly share code, notes, and snippets.
mariohernandez/navigation.json
Created Jan 13, 2021
{ | |
"items": [ | |
{ | |
"title": "Home", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "About Us", | |
"url": "#", | |
"in_active_trail": false, | |
"below": [ | |
{ | |
"title": "Vestibulum ac diam", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Mauris blandit aliquet", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Pellentesque in", | |
"url": "#", | |
"in_active_trail": false, | |
"below": [ | |
{ | |
"title": "Vestibulum ac diam", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Mauris blandit aliquet", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Pellentesque in", | |
"url": "#", | |
"in_active_trail": false | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"title": "Our Services", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Blog", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Contact Us", | |
"url": "#", | |
"in_active_trail": true, | |
"below": [ | |
{ | |
"title": "Vestibulum ac diam", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Becoming a great leader", | |
"url": "#", | |
"in_active_trail": true | |
}, | |
{ | |
"title": "Pellentesque in", | |
"url": "#", | |
"in_active_trail": false | |
}, | |
{ | |
"title": "Donec velit neque", | |
"url": "#", | |
"in_active_trail": false | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment