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 am looking to use the ParsedDocs or HttpOperation components directly. For my use case, I am integrating elements into an existing site, and I have a table of contents which I would like to use.
Here is the an example of the component I would like to build:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am looking to use the
ParsedDocs
orHttpOperation
components directly. For my use case, I am integrating elements into an existing site, and I have a table of contents which I would like to use.Here is the an example of the component I would like to build:
This would then render the
HttpOperation
for the path/operations/accounts
.Here is an example of this in a storybook.
I have been able to do this, but I had to make a change to the library to export the function
transformOasToServiceNode
.I’m wondering if there is another way to accomplish this.
If there isn’t, is this a feature which would be accepted if I were to develop it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions