-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: swaggerhub integration #8038
Conversation
✅ Deploy Preview for kongdocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of comments! Let me know if you'd like another review.
Oh, I think it made sense where you put the instructions to map the SwaggerHub spec to the service, it is in a different spot than the other resources, so I think the instructions are helpful.
2. Select **Add API Spec**. | ||
3. Choose SwaggerHub as the **Source**, then pick your spec and name it. | ||
|
||
Once uploaded, you can view the rendered spec on the API Specs tab in structured, YAML, or JSON format, and download it in that format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once uploaded, you can view the rendered spec on the API Specs tab in structured, YAML, or JSON format, and download it in that format. | |
Once it's uploaded, you can view the rendered spec on the API Specs tab in structured YAML or JSON format, and download it in that format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Structured" is a separate option from YAML and JSON. It's the default - it's basically the rendered UI.
Co-authored-by: Diana <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me!
Description
Service Catalog SwaggerHub integration doc.
I added a section on how to add/find the API specs tab to link specs to services, because it took me some poking around to find it. It's not standard for these integration pages yet, but I think it makes sense to add it here.
https://konghq.atlassian.net/browse/DOCU-4092
Testing instructions
Preview link:
https://deploy-preview-8038--kongdocs.netlify.app/konnect/service-catalog/integrations/
https://deploy-preview-8038--kongdocs.netlify.app/konnect/service-catalog/integrations/swaggerhub/
Checklist