docfx
                                
                                 docfx copied to clipboard
                                
                                    docfx copied to clipboard
                            
                            
                            
                        Tools page shows broken link, and cake logo looks wrong
Operating System: Windows
DocFX Version Used: 2.53.9
Template used: N/A
Steps to Reproduce:
- Navigate to https://dotnet.github.io/docfx/templates-and-plugins/tools-dashboard.html
- Notice that the first tool (DocFxTocGenerator)- has a broken image
 
- Notice that the cake tooling logo obscures the text
 
Expected Behavior: Page should be readable
Actual Behavior: Page is not looking its best.
Note I have a patch for this which I will be submitting shortly
Well, while there fix the template page also: https://dotnet.github.io/docfx/templates-and-plugins/templates-dashboard.html
The image of the last template covers the name of the template: SingulinkFX.
Well, while there fix the template page also: https://dotnet.github.io/docfx/templates-and-plugins/templates-dashboard.html
The image of the last template covers the name of the template: SingulinkFX.
@paulushub - good spot. I had only seen the tool page - but tools, plugins and template all use the same layout, and my patch fixes the layout (and fixes the template too) - here's what it looks like with the patch applied :

and here's what we see on live

This issue was also reported earlier #7999