This is a tiny fix to the anchor link generated for the Diátaxis section of the style guide.
Currently the href is #diataxis, which does not navigate to the section when clicked.
When changed to #diátaxis in the browser inspector the anchor link enables navigation as expected.
This PR changes the relevant location value in the metadata.yaml.
This is a tiny fix to the anchor link generated for the Diátaxis section of the style guide.
Currently the
href
is#diataxis
, which does not navigate to the section when clicked. When changed to#diátaxis
in the browser inspector the anchor link enables navigation as expected.This PR changes the relevant location value in the
metadata.yaml
.