micronaut-projects / micronaut-views

Micronaut Integration with Server Side View Rendering
Apache License 2.0
28 stars 32 forks source link

Minor Issue With Link In Docs #785

Closed osscontributor closed 2 months ago

osscontributor commented 2 months ago

Issue description

At micronaut-projects.github.io/micronaut-views/5.2.0/guide/#outOfBandSwaps is the following:

You can return an API:views.htmx.HtmxResponse[] in a controller method to render multiple views in a single HTMX response...

It looks like API:views.htmx.HtmxResponse[] was intended to be a link to the api docs for HtmxResponse.

sdelamo commented 2 months ago

@wetted I guess the only think need it to replace:

API:views.htmx.HtmxResponse[]

with:

api:views.htmx.HtmxResponse[]

Please, test it locally.