-
Notifications
You must be signed in to change notification settings - Fork 879
Closed
Description
Describe the bug
Prior to v2.78.4, references to other documentation sites in build.xref was rendered perfectly. With the latest release, these are not included, e.g.:
"build": {
"xref": [
"https://docs.cuemon.net/xrefmap.yml",
"https://docs.savvyio.net/xrefmap.yml"
]
}
To Reproduce
Include one or more xref references that your know your project depends on.
Compile with v2.78.3 - OK
Compile with v2.78.4 - NOK
Expected behavior
I would expect previous behavior, .e.g., members found in xref will be rendered.
Context (please complete the following information):
- Docfx version: 2.78.4
Additional context
Rendered with v2.78.3:
- https://docs.savvyio.net/api/dotnet/Savvyio.Messaging.MessageOptions.html
- https://github.com/codebeltnet/savvyio/blob/main/.docfx/Dockerfile.docfx
- https://github.com/codebeltnet/savvyio/blob/main/.docfx/docfx.json
Rendered with v2.78.4:
- https://versioning.codebelt.net/api/Codebelt.Extensions.Asp.Versioning.RestfulApiVersioningOptions.html
- https://github.com/codebeltnet/asp-versioning/blob/main/.docfx/docfx.json
- https://github.com/codebeltnet/asp-versioning/blob/main/.docfx/Dockerfile.docfx
Take note of IValidatableParameterObject and IParameterObject.
Metadata
Metadata
Assignees
Labels
No labels