-
Notifications
You must be signed in to change notification settings - Fork 93
feat(portal): Upload API/package image #4856
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
50b1609
5b4872b
572b6e5
af649b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -168,6 +168,9 @@ To package APIs with Dev Portal, you need: | |
|
|
||
| Your operations should now be autogenerated based on how your OpenAPI spec maps to your Routes. | ||
|
|
||
| After you've created an API package, you can edit it to upload an image for the package that will display in Dev Portals it's published to. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not a major issue, but any reason why this doesn't have a dedicated heading, whereas the reference in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It was to match the current flow on the page. Since this one assumes you've already got APIs that you're packaging, users should be familiar with API catalog concepts that the other page broke into sections. |
||
| The image must be a PNG, JPG, or SVG image under 500 KB that’s no larger than 350 × 350 pixels. | ||
|
|
||
| ### Publish packages to Dev Portal | ||
|
|
||
| 1. In {{site.konnect_short_name}}, click **Catalog**. | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -238,6 +238,14 @@ Based on this data, you get the following generated URLs: | |||||||||||||||
| * Generated URL for `about` page: `/apis/routes-v3/docs/about` | ||||||||||||||||
| * Generated URL for `info` page: `/apis/routes-v3/docs/about/info` | ||||||||||||||||
|
|
||||||||||||||||
| ## API image | ||||||||||||||||
|
|
||||||||||||||||
| You can upload an image for your API. | ||||||||||||||||
| The image is displayed as an icon for your API in Dev Portals it's published to. | ||||||||||||||||
|
cloudjumpercat marked this conversation as resolved.
Outdated
|
||||||||||||||||
| The image must be a PNG, JPG, or SVG image under 500 KB that’s no larger than 350 × 350 pixels. | ||||||||||||||||
|
|
||||||||||||||||
| To upload an API image, navigate to **Catalog > [APIs](https://cloud.konghq.com/apis)**. Edit an existing API and upload an image. | ||||||||||||||||
|
cloudjumpercat marked this conversation as resolved.
Outdated
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
What do you think of this format?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great feedback! I think the list works better than what I had. |
||||||||||||||||
|
|
||||||||||||||||
| ## Allow developers to consume your API | ||||||||||||||||
|
|
||||||||||||||||
| You can link to a {{site.konnect_short_name}} [Gateway Service](/gateway/entities/service/) to allow developers to create applications and generate credentials or API keys. This is available to data planes running {{site.base_gateway}} 3.6 or later. | ||||||||||||||||
|
|
||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.