Skip to content

Commit

Permalink
Merge pull request #255 from CodeDuchess/HCCDOC-2054
Browse files Browse the repository at this point in the history
HCCDOC-2054 Insights API cheatsheet tile
  • Loading branch information
Hyperkid123 authored Oct 7, 2024
2 parents e850128 + 2a27525 commit c16b471
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions docs/quickstarts/insights-api-cheatsheet/metadata.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c16b471

Please sign in to comment.