ezdocs is a documentation generator that converts Markdown to HTML using the Blackfriday tool by Russ Ross and rendered using Bootstrap 2 (United theme by default). All you need is a Go web server and some JavaScript.
The left sidebar serves as table of contents for a particular topic.
The right sidebar serves as the actual content where code is syntax highlighted according to GitHub style.
- Markdown to HTML (using Blackfriday tool)
- Bootstrap 2 (United theme by default)
- Static content but dynamically rendered at client-side using AJAX
- Tree view of table of contents (left side bar)
- Powered by highlight.js for syntax highlight
- The table of contents can be 3 levels deep
- Bootstrap 2 theme can be modified (located at css folder)
- css
- html
- img
- js
- index.html
Download source code here
bt article.md article.html
For Windows, it's win.zip in this repo
var routes = {
//javascript
'/anchor': newHandler(f, "anchor"),
'/kiss': newHandler(f, "kiss"),
'/httprouter': newHandler(f, "httprouter"),
'/jwt': newHandler(f, "jwt"),
'/salt': newHandler(f, "salt")
}
http://localhost:8080 (default port of ran)
MIT