Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Unable to customize the "Inherited members" section using class.header.tmpl.partial when using apiPage outputFormat. #9964

Open
UmaHarano opened this issue May 28, 2024 · 0 comments
Labels
dotnet Generate .NET API reference docs

Comments

@UmaHarano
Copy link

Is your feature request related to a problem? Please describe.

  • I am using DocFX to generate .NET documentation. I set the outputFormat=apiPage.
  • I am also using the class.header.tmpl.partial file to customize the "Inherited Members" section. The customizations I provide in this partial file for the "inherited members" is not used when I set outputFormat=APIPage. Once I remove this setting, the customizations in the class.header.tmpl.partial are respected.

Describe the solution you'd like
I want to use the outputFormat = apiPage setting and still have the ability to customize the "Inherited Members" section in the html output using class.header.tmpl.partial

Additional context
Related issue with using outputFormat = apiPage: #9934

@yufeih yufeih added the dotnet Generate .NET API reference docs label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet Generate .NET API reference docs
Projects
None yet
Development

No branches or pull requests

2 participants