pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
122 stars 208 forks source link

Kubernetes Playbook documentation link problems #11530

Open joonvena opened 5 months ago

joonvena commented 5 months ago

What happened?

On some of the pages in Kubernetes Playbook Documentation links are only forwarding to AWS samples in Github.

Example

Here are couple example documentations: https://www.pulumi.com/docs/clouds/kubernetes/guides/worker-nodes/ https://www.pulumi.com/docs/clouds/kubernetes/guides/configure-defaults/ https://www.pulumi.com/docs/clouds/kubernetes/guides/apps/

Output of pulumi about

-

Additional context

Problem is happening because the gh-repo-stack is being tried to declared again but the markdown only parses it once and it sets the first link content to all the links which is AWS.

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

cnunciato commented 5 months ago

Thanks for reporting this @joonvena! We'll get these links fixed up.