seealso yml tag not supported in overwrite files
Open
authoring
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 9m
- Merged PRs (30d)
- 11
Description
**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:
```yml
---
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.
Contributor guide
Assessment
This issue has not been assessed yet.