Kuadrant / authorino

K8s-native AuthN/AuthZ service to protect your APIs.
Apache License 2.0
201 stars 32 forks source link

fixup: some broken docs links #474

Open jasonmadigan opened 4 months ago

jasonmadigan commented 4 months ago

We've a decent amount of 404'ing content across our docs content.

https://github.com/Kuadrant/docs.kuadrant.io/actions/runs/9807810746/job/27082317585

Some noticed in Authorino's docs have a similar pattern which should be simple/regexable to fix.

Example Broken links: https://docs.kuadrant.io/0.8.0/authorino/docs/user-guides/resource-level-authorization-uma/

External auth metadata → User-Managed Access (UMA) resource registry => https://docs.kuadrant.io/0.8.0/authorino/docs/user-guides/features.md#user-managed-access-uma-resource-registry-metadatauma

Should be:

https://docs.kuadrant.io/0.8.0/authorino/docs/features#user-managed-access-uma-resource-registry-metadatauma

With markdown links, the relative link above are resolved and pre-processed before render. HTML is generally passed straight through, untouched, so these relative links end up broken unfortunately.

This is probably a bit of a PITA to review: sorry!