H
H
HitGirl2020-07-11 11:51:02
Vue.js
HitGirl, 2020-07-11 11:51:02

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 question

Ask a Question

731 491 924 answers to any question