Example page: https://gardener.cloud/docs/gardenctl-v2/
Wherever repository pages use a GitHub status badge, it is not displayed when embedded into the documentation.
Checking the source for such a status badge shows that the following URL is used:
https://github.com/gardener/gardenctl-v2/actions/workflows/non-release.yaml?query=branch%3Amaster
Unfortunately, on the rendered documentation page, this URL suddenly looks like this:
https://github.com/gardener/gardenctl-v2/raw/workflows/non-release.yaml/badge.svg
Somewhere during the build process (probably through Docforge) this URL is rewritten and broken.
Example page: https://gardener.cloud/docs/gardenctl-v2/
Wherever repository pages use a GitHub status badge, it is not displayed when embedded into the documentation.
Checking the source for such a status badge shows that the following URL is used:
https://github.com/gardener/gardenctl-v2/actions/workflows/non-release.yaml?query=branch%3AmasterUnfortunately, on the rendered documentation page, this URL suddenly looks like this:
https://github.com/gardener/gardenctl-v2/raw/workflows/non-release.yaml/badge.svgSomewhere during the build process (probably through Docforge) this URL is rewritten and broken.