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: [
|
top: [
|
||||||
{
|
{
|
||||||
text: 'About',
|
text: 'About',
|
||||||
url: '/about/'
|
url: '/about/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Get started',
|
text: 'Docs',
|
||||||
url: '/get-started/'
|
url: '/get-started/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -15,13 +15,13 @@ module.exports = {
|
||||||
{
|
{
|
||||||
text: 'Blog',
|
text: 'Blog',
|
||||||
url: '/blog/'
|
url: '/blog/'
|
||||||
},
|
|
||||||
{
|
|
||||||
text: 'Style guide',
|
|
||||||
url: '/styleguide/'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
bottom: [
|
bottom: [
|
||||||
|
{
|
||||||
|
text: 'Style guide',
|
||||||
|
url: '/styleguide/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Imprint',
|
text: 'Imprint',
|
||||||
url: '/imprint/'
|
url: '/imprint/'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue