-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255 from CodeDuchess/HCCDOC-2054
HCCDOC-2054 Insights API cheatsheet tile
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |