边栏的Vuepress配置文件问题

时间:2018-08-10 14:50:23

标签: vuepress

我是vuepress的新手。我只是想让我的链接在边栏中可点击。我尝试了所有变化,但不确定自己缺少什么。有人看到我的代码有问题吗?谢谢

module.exports={
title:'specs',
description:'docs',
themeConfig:{
nav:[{text:'Issues', link:'/ISSUES.md'},{text:'Enhancements', link:'/'},{text:'Updates', link:'/'}],
sidebar: [{title:'Getting Started', collapsable: false, link: '/README.md'},
        {title:'Configuration', collapsable: false, link: '/readme.me'},
        {title:'Infrastructure', collapsable: false, link: '/readme.me'},
        {title:'Workflows', collapsable: false, link: '/readme.me'}]


},



};

0 个答案:

没有答案