You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add canonical link to my website that is generated by docfx. It should be easy with _path defined by docfx, but I would like the canonical link to be for example https://example.com/ instead of https://example.com/index.html, because my server is configured to redirect ./index.html to ./. I noticed that ApiPage.html.primary.js as well as other similar files I have created are never used when building using docfx with this template.
I am trying to add canonical link to my website that is generated by docfx. It should be easy with
_path
defined by docfx, but I would like the canonical link to be for examplehttps://example.com/
instead ofhttps://example.com/index.html
, because my server is configured to redirect./index.html
to./
. I noticed thatApiPage.html.primary.js
as well as other similar files I have created are never used when building using docfx with this template.To Reproduce
I use docfx 2.75.3 but 2.77.0 doesn't seem to fix this. The template's source comes from docfx 2.75.3.
The text was updated successfully, but these errors were encountered: