Skip to content

Instantly share code, notes, and snippets.

@jonschlinkert
Created July 12, 2014 00:15
Show Gist options
  • Save jonschlinkert/f8cd6c777ca0c20d63ff to your computer and use it in GitHub Desktop.
Save jonschlinkert/f8cd6c777ca0c20d63ff to your computer and use it in GitHub Desktop.
[
{
"slug": "about",
"links": [
{
"modifier": "heading",
"link": true,
"url": "#",
"text": "Learn About GeneAware"
},
{
"link": true,
"url": "#",
"text": "Diseases & Disorders Search"
},
{
"separator": true
},
{
"link": true,
"url": "#",
"text": "Next Steps"
}
]
},
{
"slug": "contact",
"links": [
{
"modifier": "heading",
"link": true,
"url": "#",
"text": "Foo"
},
{
"link": true,
"url": "#",
"text": "Bar"
},
{
"separator": true
},
{
"link": true,
"url": "#",
"text": "Baz"
}
]
}
]
# About page
- slug: about
links:
- modifier: heading
link: true
url: '#'
text: Learn About GeneAware
- link: true
url: '#'
text: 'Diseases & Disorders Search'
- separator: true
- link: true
url: '#'
text: Next Steps
# Contact page
- slug: contact
links:
- modifier: heading
link: true
url: '#'
text: Foo
- link: true
url: '#'
text: Bar
- separator: true
- link: true
url: '#'
text: Baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment