This project is for building Go Doc for Azure Go projects.
Currently, I supoort these projects.
github.com/go-autorest
github.com/azure-sdk-for-go
If you want to add other libraries, feel free to add it and send pull request.
The architecture is very simple. I just go get package into the Dockerfile. then execute godoc command for expose the doc. So if you want to add other repository, feel free to edit Dockerfile. However, make sure it work at least on your local environment.
This repository is automatically build on the DockerHub. Then automatically deployed on App Service on Linux.
You can refer this site. However, I create this website as a hobby. The URL might be changed in the future.
This website is automatically build/updated. If you push new change to the master, DockerHub automated build start, then webhook call App Service on Linux deployment.
