DOCS: Fix various issues in Provider Table#3608
DOCS: Fix various issues in Provider Table#3608chicks-net wants to merge 6 commits intoStackExchange:mainfrom
Conversation
|
@cafferata the preview does not look better after adding the references in this PR. Is there any way to see the |
|
another preview and it still doesn't work. The new files are showing up and working from the side bar, so I think the additions to the |
|
@chicks-net, the As for the links: there is no need to convert the relative URLs into absolute ones. They work correctly within the intended context. Example links: Let me know if anything looks off. |
I eventually worked out that that the The "it still doesn't work" that I was trying to refer to is in the Providers table. Those still shows up as links to github for me. For instance, the latest revision looks like this: I've tried with the So, its cool that I've added these wayward files into the site. That's definite progress. But fixing the providers table is the bug that has been actually bothering people. And that's not fixed. Do we have to go through one publish cycle with these references in the |
try one more time with the extensionthis preview is a little closer. I have more ideas.... |
what if the advanced-features directory existsthis preview fixed the biggest difference I could see versus the other links in the table. I moved the This also broke the |
placeholder directory with index.md in itThis preview still is linking to github: But
I've reread the GitBook documentation and it does not help me figure this out. I'm going to see if I can come up with another approach to this. I'm open to ideas. 💡 |
|
I just noticed that AZURE_DNS isn't listed on the DNSSEC table. Is that because providers.CanAutoDNSSEC isn't included at all in |
This is very likely due to all of the fields being questions marks for that provider in that table, so it was intentionally skipped. https://github.com/StackExchange/dnscontrol/blob/main/build/generate/featureMatrix.go#L60 If you'd prefer to have those included to reduce confusion, that's easy to fix. But the tables get longer and noisier. |
I think the right solution is to update Cloudflare to correctly list what it does, so that it appears in the table. I'll take care of that next time I do some updates. Tom |
|
Hi @chicks-net, Thanks a lot for your initial attempt to fix the missing I've just submitted a follow-up PR that restructures the Markdown files to align with the generated GitBook URLs, so these pages are now correctly linked and visible: Let me know if you have any feedback or spot anything off. Appreciate your groundwork on this! |
Thank you for figuring it out. I was out of ideas.
The live site fixes the issues that I had noticed. Thank you.
I'll work on the second part of #3607 now that #3613 is merged. |




Context
Fixes #3607
Done
SUMMARY.mdVerify
other parts are still in process of debugging