update navigation
This commit is contained in:
parent
e006738a69
commit
71e8a120e9
1 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
module.exports = {
|
||||
export default {
|
||||
top: [
|
||||
{
|
||||
text: 'About',
|
||||
url: '/about/'
|
||||
},
|
||||
{
|
||||
text: 'Get started',
|
||||
text: 'Docs',
|
||||
url: '/get-started/'
|
||||
},
|
||||
{
|
||||
|
|
@ -15,13 +15,13 @@ module.exports = {
|
|||
{
|
||||
text: 'Blog',
|
||||
url: '/blog/'
|
||||
},
|
||||
{
|
||||
text: 'Style guide',
|
||||
url: '/styleguide/'
|
||||
}
|
||||
],
|
||||
bottom: [
|
||||
{
|
||||
text: 'Style guide',
|
||||
url: '/styleguide/'
|
||||
},
|
||||
{
|
||||
text: 'Imprint',
|
||||
url: '/imprint/'
|
||||
|
|
|
|||
Loading…
Reference in a new issue