Skip to content

CHORE: remove underscores from filenames for consistency#3909

Merged
tlimoncelli merged 3 commits intoStackExchange:mainfrom
chicks-net:chicks/2025-12-09-make-naming-more-consistent
Dec 15, 2025
Merged

CHORE: remove underscores from filenames for consistency#3909
tlimoncelli merged 3 commits intoStackExchange:mainfrom
chicks-net:chicks/2025-12-09-make-naming-more-consistent

Conversation

@chicks-net
Copy link
Copy Markdown
Collaborator

@chicks-net chicks-net commented Dec 9, 2025

Context

Filenames for providers are not consistent. #3584 (comment)

Changes

Rename files:

R  documentation/provider/azure_dns.md -> documentation/provider/azuredns.md
R  documentation/provider/azure_private_dns.md -> documentation/provider/azureprivatedns.md
R  documentation/provider/bunny_dns.md -> documentation/provider/bunnydns.md
R  documentation/provider/gandi_v5.md -> documentation/provider/gandiv5.md
R  documentation/provider/hetzner_v2.md -> documentation/provider/hetznerv2.md
R  providers/gandiv5/gandi_v5Provider.go -> providers/gandiv5/gandiv5Provider.go

Verify

  • go build still works.
  • docs generation still works for me locally.
  • I see. the Azure docs in the test site for the docs again after f5767f4

@tlimoncelli tlimoncelli merged commit ecbfa9b into StackExchange:main Dec 15, 2025
6 checks passed
tlimoncelli pushed a commit that referenced this pull request Feb 2, 2026
# context

#3909 introduced a bug in the feature table matrix. Provider docs had
underscores removed, but the generated table still included the
underscores. This was brought to my attention in
<#3988 (comment)>.
It was apparent that the issue effected all providers that had
underscores.

# changes

Fix generator to remove underscores from those providers. The user
display will still include the
underscores, but the links should work again.

# verify

once the PR GHAs run....

- provider table links are working again! 🎉 

# question

Is there a cleaner way to fix this? This seems pretty good to me, but I
always wonder.
cafferata added a commit to cafferata/dnscontrol that referenced this pull request Feb 13, 2026
tlimoncelli pushed a commit that referenced this pull request Feb 17, 2026
Fixes 4 broken documentation links in `documentation/provider/index.md`.
The provider index page contained Markdown links using filenames with
underscores, but the actual documentation files use names without
underscores.

Follow-up to #3909.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants