I'd love to integrate my typedoc into docfx. Unfortunately the yml and docfx do not show all information for my classes. I created a simple example where one class extends the other class. Following data is missing in the yml / docfx: * The class inheritance is not shown * The methods from the base classes are not shown * Tags are missing (i'm using tags like @since, @version, etc) If you compare typedoc to docfx you can see whats missing   I've put up my test project here: https://github.com/crazyfx1/type2docfx-yml-test
I'd love to integrate my typedoc into docfx. Unfortunately the yml and docfx do not show all information for my classes.
I created a simple example where one class extends the other class.
Following data is missing in the yml / docfx:
If you compare typedoc to docfx you can see whats missing

I've put up my test project here:
https://github.com/crazyfx1/type2docfx-yml-test