fluentmigrator / documentation

This is the source of fluentmigrator.github.io
https://fluentmigrator.github.io
Creative Commons Attribution Share Alike 4.0 International
6 stars 18 forks source link

Dead links on documentation start page #47

Closed fubar-coder closed 3 years ago

fubar-coder commented 3 years ago

The marked links weren't resolved during build:

grafik

jzabroski commented 3 years ago

I tried to troubleshoot it but couldnt figure it out. Any idea why they are coming up as deadlinks? Is there a tool or tricks to debug this effectively

fubar-coder commented 3 years ago

No, not that I'm aware of. I always try to look at the docfx output (console) whenever I have this problem.

jzabroski commented 3 years ago

Cool. I just read the documentation on XREF in DocFX and it looks fairly straight-forward to debug the output: https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#cross-reference-between-projects

In effect, look at the xrefmap.yml and see where the faq the docs went :D

jzabroski commented 3 years ago

Hmm... xrefmap.yml lists:

- uid: faq
  name: FAQ
  href: articles/faq.html

Attempting fix now.

jzabroski commented 3 years ago

It fixed the faq issue, but the sql-server-quickstart.md file appears to be missing. I will have to check my laptop - maybe I didnt check it in??