-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Problem statement
Generated markdown anchors in CRD reference are invalid when used in developer.konghq.com e.g. https://developer.konghq.com/operator/reference/custom-resources/#configurationkonghqcomv1 (source:
| - [gateway-operator.konghq.com/v1alpha1](#gateway-operatorkonghqcomv1alpha1) |
On github these do work but it seems that developer.konghq.com does require . and / to be included but replaced with - so that https://developer.konghq.com/operator/reference/custom-resources/#configuration-konghq-com-v1 would work.
Acceptance criteria
- https://github.com/Kong/kubernetes-configuration/blob/45ccdf4183e38fbaa320fc8b009eab012bd46b76/scripts/apidocs-gen/post-process-for-konghq.sh script post processes the file in a way so that the links work as described above.