From c018cf4a05e3abe5b2020010b2a5337ccbc5e379 Mon Sep 17 00:00:00 2001 From: Dana Brown Date: Thu, 3 Oct 2024 16:05:23 -0400 Subject: [PATCH 1/4] HCCDOC-2054 Insights API cheatsheet tile --- .../insights-api-cheatsheet.yml | 16 ++++++++++++++++ .../insights-api-cheatsheet/metadata.yml | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml create mode 100644 docs/quickstarts/insights-api-cheatsheet/metadata.yml 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..7f691b4 --- /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: Reference the Insights API cheatsheet to learn about authentication, work with Insights applications, execute remediations, receive notifications and intergrate with third party applications. + 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 From d6f624e69367a05cfd5e62dc20eb1bde0fcc767a Mon Sep 17 00:00:00 2001 From: "Dana L. Brown" Date: Fri, 4 Oct 2024 08:53:00 -0400 Subject: [PATCH 2/4] Update docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml --- .../insights-api-cheatsheet/insights-api-cheatsheet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml index 7f691b4..a13b99b 100644 --- a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml +++ b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml @@ -10,7 +10,7 @@ spec: color: orange displayName: Insights API Cheatsheet icon: ~ - description: Reference the Insights API cheatsheet to learn about authentication, work with Insights applications, execute remediations, receive notifications and intergrate with third party applications. + description: Reference the Insights API cheatsheet to work with Insights applications. link: href: https://developers.redhat.com/cheat-sheets/red-hat-insights-api-cheat-sheet text: View documentation From a0c028c40a207fcc207ed9b40bd4a65860b7db30 Mon Sep 17 00:00:00 2001 From: "Dana L. Brown" Date: Fri, 4 Oct 2024 09:03:49 -0400 Subject: [PATCH 3/4] Update docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml --- .../insights-api-cheatsheet/insights-api-cheatsheet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml index a13b99b..930d45d 100644 --- a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml +++ b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml @@ -10,7 +10,7 @@ spec: color: orange displayName: Insights API Cheatsheet icon: ~ - description: Reference the Insights API cheatsheet to work with Insights applications. + description: Obtain system details and interact with individual Insights applications. link: href: https://developers.redhat.com/cheat-sheets/red-hat-insights-api-cheat-sheet text: View documentation From 10ed1383388f358c14cc477bcbd7186c46a10f8f Mon Sep 17 00:00:00 2001 From: "Dana L. Brown" Date: Fri, 4 Oct 2024 12:13:34 -0400 Subject: [PATCH 4/4] Update docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml --- .../insights-api-cheatsheet/insights-api-cheatsheet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml index 930d45d..88f6d33 100644 --- a/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml +++ b/docs/quickstarts/insights-api-cheatsheet/insights-api-cheatsheet.yml @@ -10,7 +10,7 @@ spec: color: orange displayName: Insights API Cheatsheet icon: ~ - description: Obtain system details and interact with individual Insights applications. + 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