You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can then ensure we are always on the latest version of the docs. Also, we can then provide feedback if it's a successful doc compile for each commit.
Need to run swag init -g routes/router.go and the docs will generate. This does require swag as a dependency however.
The text was updated successfully, but these errors were encountered:
Did a little nosey into this, you'll need to update the Dockerfile to just include the go get of the binary and just execute that command. The issue is that it's having issues generating docs when the model features an external model inside of itself (a lot of models benefit from the null package, so this makes it difficult to implement).
We can then ensure we are always on the latest version of the docs. Also, we can then provide feedback if it's a successful doc compile for each commit.
Need to run
swag init -g routes/router.go
and the docs will generate. This does requireswag
as a dependency however.The text was updated successfully, but these errors were encountered: