docfx icon indicating copy to clipboard operation
docfx copied to clipboard

seealso yml tag not supported in overwrite files

Open glopesdev opened this issue 3 years ago • 1 comments

Operating System: Windows

DocFX Version Used: 2.59.4

Template used: default

Steps to Reproduce:

  1. Create an overwrite file for some uid (e.g. apiSpec/MyNamespace_MyClass.md)
  2. Specify a YML header with a seealso field:
---
uid: MyNamespace.MyClass
seealso:
- linkId: MyNamespace.MyExtendedClass
---

Expected Behavior: The output doc page for MyClass should contain a "See Also" section with a link to MyExtendedClass documentation page.

Actual Behavior: The output doc page for MyClass contains a "See Also" section but with no links.

glopesdev avatar Sep 10 '22 09:09 glopesdev

@glopesdev Nice you found this issue. Something especially wrong here, even the styling of the See Also is different. seealso

paulushub avatar Sep 11 '22 08:09 paulushub