smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.7k stars 201 forks source link

Fix @externalDocumentation rendering #2263

Closed msosnicki closed 2 months ago

msosnicki commented 2 months ago

Background

Currently the key and value from the @externalDocumentation trait is taken in the wrong order, leading to rendering of the following:

<a href="External docs">https://external.docs/structureTrait</a>

Testing

Links


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.