diff --git a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml new file mode 100644 index 0000000..88f6d33 --- /dev/null +++ b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml @@ -0,0 +1,16 @@ +apiVersion: console.openshift.io/v1 +kind: QuickStarts +metadata: + name: insights-api-cheatsheet + externalDocumentation: true +spec: + version: 0.1 + type: + text: Documentation + color: orange + displayName: Insights API Cheatsheet + icon: ~ + description: Obtain system details and interact with individual Insights services. + link: + href: https://developers.redhat.com/cheat-sheets/red-hat-insights-api-cheat-sheet + text: View documentation diff --git a/docs/quickstarts/insights-api-cheatsheet/metadata.yml b/docs/quickstarts/insights-api-cheatsheet/metadata.yml new file mode 100644 index 0000000..9896c8a --- /dev/null +++ b/docs/quickstarts/insights-api-cheatsheet/metadata.yml @@ -0,0 +1,5 @@ +kind: QuickStarts # kind must always be "QuickStarts" +name: insights-api-cheatsheet +tags: # If you want to use more granular filtering add tags to the quickstart + - kind: bundle + value: insights \ No newline at end of file