go-redoc icon indicating copy to clipboard operation
go-redoc copied to clipboard

go-redoc is an embedded OpenAPI/Swagger documentation ui for Go using ReDoc

Results 10 go-redoc issues
Sort by recently updated
recently updated
newest added

Hi, I really like the project @mvrilo but there's some suggestions that I think could improve the project, between these are: - The `echo` example could be updated for something...

Hi @mvrilo , I really like this repo, it helps me a lot. I was in trouble on using $ref to import outside spec. And I figure out those yaml...

Updates `Makefile` and makes redoc update `.PHONY` so it is updated when `make $(REDOC_PATH)` is called and runs update for redocly.

- Add CI jobs for checking examples and middlewares - Add tests for gin middleware - Support generic fs.FS in SpecFS instead of *embed.FS type

This is my test demo. ``` go package main import ( "github.com/gin-gonic/gin" "github.com/mvrilo/go-redoc" ginredoc "github.com/mvrilo/go-redoc/gin" ) func main() { doc := redoc.Redoc{ Title: "Example API", Description: "Example API Description", SpecFile:...

Hey there, I just found a "bug" in your example of the fiber app (https://github.com/mvrilo/go-redoc/blob/master/_examples/fiber/main.go#L19 and in your ReadMe). If you use `.Use` at this point, fiber won't return a...

I wish to use a different template than the the one provided by this package. Is it possible to do this with the current version of go-redoc? Or will it...

Small contributions to add a options parameter to handle redoc configuration : https://github.com/Redocly/redoc/blob/main/docs/config.md Also added documentation for understanding quicker the different parameters of go-redoc.

Hello, I saw we are different people who submit PR but no contributions or commit for one year now. What if we can be several people to help @mvrilo to...

The current redoc standalone js file is very old (v0.1.5). This updates it to latest version of 2.5.0, fetched today from https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js