frontmatter template has broken links
Closed this issue · 4 comments
rodrigc commented
The https://github.com/grafana-operator/grafana-operator project uses crdoc and the frontmatter template to generate documentation.
This project has found that crdoc generates broken links. This can be seen by going to:
https://grafana-operator.github.io/grafana-operator/docs/api/
and clicking on many of the links.
Something like:
<a href="grafanadashboardstatus">status</a>
should be generated as:
<a href="#grafanadashboardstatus">status</a>
This problem does not occur for the markdown template
rodrigc commented
@roytman thanks for merging. Are you planning to tag a new release with these fixes soon?
roytman commented
Yes, will do it soon