You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to accomplish it at theme transformation level, via ManagedReference.extension.js (on top of modern).
Would be nice if all this would be leveraged by the builtin themes, and configurable through metadata.
One issue I've encountered is that I can't xref to a page - I don't know how. For example, if I have uid:MyNamespace.MyMethod(float, int), MyNamespace.MyMethod(float, float) but not uid:MyNamespace.MyMethod, I cannot consolidate into the xref MyNamespace.MyMethod. Instead, I have to avoid using xref/uid and store hrefs and names myself.
Is there any way to get a <xref> to point me to MyNamespace.MyMethod.html (no specific uid)? Otherwise I have to <a href="{{myCustomHref}}">.
Another issue is going to be which summary to use, when you have a bunch of overloads. Right now I pick the first one found.
If there's interest I can share my implementation.
Given this source:
MyNamespace.MyClass.html
looks like this:But I'd like to have an option to render it like this:
Is this currently possible?
The text was updated successfully, but these errors were encountered: