Ellerbach / docfx-companion-tools

A suite of tools, pipelines templates to take the very best of DocFX
MIT License
64 stars 18 forks source link

DocLinkChecker throws warning when using Tabs #51

Open david-okeefe opened 5 months ago

david-okeefe commented 5 months ago

I added a Linux tab and a Windows tab to a sample page using the example from the DocFX documentation below.

https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#tabs

When running DocLinkChecker against this page, I receive the following two warnings.

DocLinkChecker version 1.18.0 ***WARNING Heading 'tab/linux' not found in 'D:\a\docfx\docfx\docs\guides\index.md'

***WARNING Heading 'tab/windows' not found in 'D:\a\docfx\docfx\docs\guides\index.md'

Can DocLinkChecker be updated to ignore the links associated with Tabs?

david-okeefe commented 5 months ago

I discovered this issue was referenced in #29 as well.

https://github.com/Ellerbach/docfx-companion-tools/issues/29#issuecomment-1798862318