diff --git a/website/docs/reference/options.mdx b/website/docs/reference/options.mdx index 4ad598b2..229ffe92 100644 --- a/website/docs/reference/options.mdx +++ b/website/docs/reference/options.mdx @@ -222,13 +222,13 @@ Type: embed.FS The frontend assets to be used by the application. Requires an `index.html` file. -### AssetsHandler +### AssetsHandler + Name: AssetsHandler Type: http.Handler -![](http://badges.github.io/stability-badges/dist/experimental.svg) The assets handler is a generic `http.Handler` which will be called for any non GET request on the assets server and for GET requests which can not be served from the `assets` because the file is not found.