integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
905 stars 746 forks source link

[BUG]: Docs left nav github_repository_automated_security_fixes should be github_repository_dependabot_security_updates #2096

Closed davidham closed 8 months ago

davidham commented 10 months ago

Expected Behavior

The Resources left nav item github_repository_automated_security_fixes should be github_repository_dependabot_security_updates. The destination page is correct but the link title is wrong.

Actual Behavior

The left nav item is github_repository_automated_security_fixes.

Terraform Version

Terraform v1.6.6 on darwin_arm64

Affected Resource(s)

Terraform Configuration Files

No response

Steps to Reproduce

Go to https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_automated_security_fixes. The page title is correct but the left navigation link is not.

Debug Output

No response

Panic Output

No response

Code of Conduct

kfcampbell commented 9 months ago

Is this spot where you're thinking of?

synack-badamson commented 8 months ago

seems this was fixed by #1989 / #2138