shlogg · Early preview
Philip Perry @artisanphil

I write here about the joys and struggles of a software developer learning new things.

Go Huma API Versioned Documentation Setup

We can have separate documentation for each version in Go Huma by setting the docs path like this: `config.DocsPath = "/{version}/docs"`. Middleware can get the version from the path and load the description used in the docs.