-
I'm having a heck of a time trying to get xrefs working from docs to my own apis, generated as part of the docfx project. My docfx.json I'm pulling in the csprojs via "metadata": [
{
"src": [
{
"src": "../src",
"files": [
"**/*.csproj"
]
}
],
"dest": "api",
"outputFormat": "apiPage"
}
], With this I expected to be able to
but when I compile the project I get errors,
and the xrefs just don't work, links end up rendering to the xref link rather than an http link. I've tried the various syntaxes,
and nothing works for me. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
filzrev
Feb 19, 2025
Replies: 1 comment 1 reply
-
Currently xref link to API page is not supported when using Related issue is tracked by #9677 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
blowdart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently xref link to API page is not supported when using
"outputFormat": "apiPage"
.Related issue is tracked by #9677