Answer the question
In order to leave comments, you need to log in
Why is navigation not showing in vuepress?
Hello!
config.js:
module.exports = {
locales: {
'/': {
lang: 'ru',
title: 'название',
description: 'описание',
}
},
themeConfig: {
'/': {
nav: [
{text: 'Главная', link: '/'},
{text: 'Второй раздел', link: '/public/second/'},
{text: 'Третий', link: '/public/third/'},
{text: 'Ещё один', link: '/public/fourth/'}
]
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question