Question: --serve can only render out "type: method", cannot render out "type: attributes" #8268
Wuliyuanulb
started this conversation in
General
Replies: 0 comments
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.
-
The generated api in yaml file is like this:
Where the type of this API is attribute.
After I use docfx.exe docfx.json --serve
the local website can only show API where type is "Method".
And I followed this: https://dotnet.github.io/docfx/tutorial/howto_filter_out_unwanted_apis_attributes.html#2-attribute-filter-rules, manually make my json file like this: (cause docfx.exe metadata --filter didn't work for me)
where filterConfig.yml is:
But it still cannot work.
So, could you kindly help me solve this? Thanks a lot.
You can directly reach me on Teams, I am liyw.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions