docfx
                                
                                
                                
                                    docfx copied to clipboard
                            
                            
                            
                        seealso yml tag not supported in overwrite files
Operating System: Windows
DocFX Version Used: 2.59.4
Template used: default
Steps to Reproduce:
- Create an overwrite file for some uid (e.g. apiSpec/MyNamespace_MyClass.md)
 - Specify a YML header with a 
seealsofield: 
---
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 Nice you found this issue. Something especially wrong here, even the styling of the See Also is different.
