1 Star 0 Fork 38

沃云保 / markdown-viewer

forked from eoLinker / markdown-viewer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
router.js 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
rolealiu 提交于 2018-03-09 03:14 . v1.0
(function() {
window.eocourse = window.eocourse || {};
window.eocourse.sidebarConstant = {
id: 'sidebar_js',
list: [{
title: 'markdown-viewer',
href: '/md/index',
icon: 'index'
}, {
title: 'father', //一级目录
childList: [{
title: 'child', //二级目录
childList: [{
title: 'demo1',
href: '/md/father/child/demo1',
}, {
title: 'demo2',
href: '/md/father/child/demo2',
}]
}]
}]
};
})()
JavaScript
1
https://gitee.com/aoyunbao/markdown-viewer.git
git@gitee.com:aoyunbao/markdown-viewer.git
aoyunbao
markdown-viewer
markdown-viewer
master

搜索帮助