在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
markdown documents site reader一个非常简单的markdown文档站点阅读器小工具,自动拉取目录数据并生成目录侧边栏,自动根据文档生成TOC。只需几步就可以将一个 github 上的 markdown 文档仓库渲染成一个文档站点
项目仓库
使用以及配置你可以通过 示例示例文档 https://inhere.github.io/md-site-reader/ 示例渲染的是 @astaxie 的github项目 《Go web 编程》
// page title = baseTile + content titleconfig.baseTitle = 'Go Web 编程'config.siteName = '《Go Web 编程》'config.siteDes = 'Go Web 编程的描述信息'config.siteKey = 'go-web-dev'config.logoUrl = '/md-site-reader/'config.docProject = 'astaxie/build-web-application-with-golang'// // e.g https://raw.githubusercontent.com/{astaxie/build-web-application-with-golang}/master/{beanfactory.md}config.dataUrl = 'https://raw.githubusercontent.com/astaxie/build-web-application-with-golang/master/zh/'config.docUrl = 'https://github.com/astaxie/build-web-application-with-golang'// // e.g https://github.com/astaxie/build-web-application-with-golang/edit/master/http.mdconfig.editUrl = 'https://github.com/astaxie/build-web-application-with-golang/edit/master'config.project = 'inhere/md-site-reader'config.projectUrl = 'https://github.com/inhere/md-site-reader'config.issueUrl = 'https://github.com/astaxie/build-web-application-with-golang/issues'config.authorPage = 'https://github.com/astaxie'config.authorName = 'astaxie'config.theme = 'paper'config.codeTheme = 'github'config.catelogPage = 'SUMMARY.md'config.defaultPage = 'README.md'config.makeTOC = trueconfig.emptyData = 'No content to display!'
更多书籍文档请看站点 https://git-books.github.io/ github 仓库: https://github.com/git-books/git-books.github.io 收集了一些github上的书籍文档。 全部配置项// file: assets/js/config.defalut.js{ // use for cache prefix siteKey: 'swoft', siteName: 'Swoft', siteDes: 'the description text', // page title = baseTile + content title baseTitle: 'Swoft Doc', // basePath: , logoUrl: '/', docProject: '', // e.g https://raw.githubusercontent.com/{swoft-cloud/swoft-doc}/master/{beanfactory.md} dataUrl: '', docUrl: '', // e.g https://github.com/swoft-cloud/swoft-doc/blob/master/http.md editUrl: '', project: '', projectUrl: '', issueUrl: '', authorPage: '', authorName: '', emptyData: 'No content to display!', catelogPage: 'SUMMARY.md', defaultPage: 'README.md', // assets/lib/bootswatch/{theme:paper}/bootstrap.min.css theme: 'paper', // assets/lib/highlight/styles/{codeTheme:github}.css codeTheme: 'github', makeTOC: true, /* £ $ & β ξ ψ ℘ § */ anchorIcon: '℘', tableClass: 'table table-bordered table-striped'} LicenseMIT |
请发表评论