https://text-mining.ir API documentations with Hugo (A Fast and Flexible Static Site Generator built in Go)
The source code is in master branch, after installing Hugo you need to clone this repo
$ git clone https://github.com/Text-Mining/docs.git
then go to docs folder and run Hugo's built-in local server
$ hugo server
now enter localhost:1313 in the address bar of your browser.
if you don't want to run site from source code and just want to see html version of this site, you can download gh-pages branch
For more information, please visit hugo quick start page and this document.