fix(docs): fix missing overloads in docs when overload count is less than 3#7369
fix(docs): fix missing overloads in docs when overload count is less than 3#7369benlesh merged 1 commit intoReactiveX:7.xfrom
Conversation
|
@benlesh, now we're running into issue where CI fails on How do we solve this? BTW, change from this PR does not impact in any way anything that is tested during CI run, so I will probably merge it later. Just want to make sure you know that we're having issues with CI run. |
I'm not quite sure yet. I'll look into it. In the meantime, I think this can be merged. |
|
@tmair thank you for this PR! BTW (and this isn't a big deal). When doing anything on the docs site, even if it's a "fix", just use |
Oh, I was not aware of this. I will try to remember this for any future PRs |
Description:
This PR fixes the display of overloads in the docs application if there are less than 3 overloads.
Backport of: #7367
Related issue (if exists): #5281