DocFx supports the use of a ~ to reference the folder where the docfx.json resides. See documentation of DocFx. As we have no knowledge of that file in the DocLinkChecker, we assume that the docfx.json file is in the document root.
With this PR we added the support for the use of ~ to reference the documentation root folder, and we validate if the reference file exists. This test will fail of course if the docfx.json is in another directory.
DocFx supports the use of a ~ to reference the folder where the docfx.json resides. See documentation of DocFx. As we have no knowledge of that file in the DocLinkChecker, we assume that the docfx.json file is in the document root.
With this PR we added the support for the use of ~ to reference the documentation root folder, and we validate if the reference file exists. This test will fail of course if the docfx.json is in another directory.
This PR fixes #50.