We're currently using docfx to generate html documentation for our code.
We have additional html documents we'd link to include.
So far I've included it as a resource section in docfx.json file, and that works, but docfx complains about any link I point to it since it's not aware of it.
Adding the html files under the build section works even less as docfx has no idea what to do with that.
I've also tried creating a xrefmap.yml file to point to my existing html, and it doesn't seem to like having local, relative references.
I was missing a toc.yml file for the html content.