Goby API Documentation

Code Climate

This is the API documentation for goby language.

The doc is hosted on: https://goby-lang.github.io/api.doc/

Setup & Update Goby Documentation

Follow the steps to setup a running parser.

go get github.com/russross/blackfriday
go run *.go

This should generate (or overwrite) new docs in /docs directory.

If you want to update the documentation, make sure you checkout to the desired branch for Goby project.

After that, commit and push them for update. GitHub will handle the rest.

Documenting Goby Code

Go to Goby wiki.