Replies: 1 comment
|
Firstly, a plugin or template is too late to change the metadata output, i.e. .yml files so you need to work with what's already provided. However, we fix this in our template docfx-plus by merging already existing
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to separate inherited members into two categories: inherited properties and inherited methods.
I have my own template based on the statictoc template. I can modify the inheritedMembers section, but I don't have separate sections in the class YML files.
I've tried several methods, including creating a plugin (with the DocFx.plugins package version 2.78.3), but without success.
Is it possible to do this (I didn't find the answers in the discussions)?
Thank you.
All reactions