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
When you have long examples, they take up so much space in the right column, that in the middle column there will be very much white space between one operation to the next.
The OpenApi html generator ReDoc solves this by folding the examples. The user is able to expand and collapse them.
🤔 I don't think it's the same. The problem here is that, when the example is so long, it takes a lot of space on the screen. We're talking about limiting the visible height of the example and having an Expand/Collapse link/button below the example.
It would be great to get some sample asyncapi spec that is actually generating such a long content, or do you know already some good public example?
Regarding ReDoc. Can you actually point me to a section where this functionality is visible? Is it expand/collapse by default to all, or only for the ones that are longer than the middle section?
In asyncapi-react component, it is solved in the way that all is collapsed by default, and you have one button to expand all, or you can expand one-by-one. So there are different ways to do it, this is why I ask :)
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️
The text was updated successfully, but these errors were encountered:
@Tamriel commented on Wed Jul 17 2019
When you have long examples, they take up so much space in the right column, that in the middle column there will be very much white space between one operation to the next.
The OpenApi html generator ReDoc solves this by folding the examples. The user is able to expand and collapse them.
@fmvilas commented on Fri Jul 19 2019
Absolutely agree.
@jonaslagoni commented on Fri Nov 08 2019
I think this was the same as #126 and closed by #153
@fmvilas commented on Sat Nov 09 2019
🤔 I don't think it's the same. The problem here is that, when the example is so long, it takes a lot of space on the screen. We're talking about limiting the visible height of the example and having an Expand/Collapse link/button below the example.
@derberg commented on Sat Feb 15 2020
It would be great to get some sample asyncapi spec that is actually generating such a long content, or do you know already some good public example?
Regarding ReDoc. Can you actually point me to a section where this functionality is visible? Is it expand/collapse by default to all, or only for the ones that are longer than the middle section?
In asyncapi-react component, it is solved in the way that all is collapsed by default, and you have one button to expand all, or you can expand one-by-one. So there are different ways to do it, this is why I ask :)
@github-actions[bot] commented on Wed May 13 2020
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️
The text was updated successfully, but these errors were encountered: