Create navigation file
This commit is contained in:
parent
6814cdca3d
commit
3eb1c2e283
38
src/_data/navigation.js
Normal file
38
src/_data/navigation.js
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
module.exports = {
|
||||
top: [
|
||||
{
|
||||
text: 'Home',
|
||||
url: '/'
|
||||
},
|
||||
{
|
||||
text: 'About',
|
||||
url: '/about/'
|
||||
},
|
||||
{
|
||||
text: 'Get started',
|
||||
url: '/get-started/'
|
||||
},
|
||||
{
|
||||
text: 'Built with',
|
||||
url: '/built-with/'
|
||||
},
|
||||
{
|
||||
text: 'Example',
|
||||
url: '/tags/example/'
|
||||
},
|
||||
{
|
||||
text: 'Blog',
|
||||
url: '/blog/'
|
||||
}
|
||||
],
|
||||
bottom: [
|
||||
{
|
||||
text: 'Imprint',
|
||||
url: '/imprint/'
|
||||
},
|
||||
{
|
||||
text: 'Privacy',
|
||||
url: '/privacy/'
|
||||
}
|
||||
]
|
||||
};
|
||||
Loading…
Reference in a new issue