Skip to content

Commit

Permalink
Set up RHTPA for pendo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Dec 8, 2023
1 parent b99615e commit b356469
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ applications:
- "tasks"
- "quayio"
- "iam"
- "rhtpa"
24 changes: 24 additions & 0 deletions data/rhtpa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
rhtpa:
color: 1
pages:
Home:
url_rules:
- /application-services/trusted-content/
features:
_scope: '[data-ouia-bundle="application-services"][data-ouia-app-id="trusted-content"]'
"Button: Subscribe and launch":
selectors:
- '{} button:contains("Subscribe and launch")'
"Link: VSCode plugin":
selectors:
- '{} a:contains("VSCode")'
"Link: IntelliJ plugin":
selectors:
- '{} a:contains("IntelliJ")'
"Link: Tekton":
selectors:
- '{} a:contains("Tekton")'
"Link: Jenkins":
selectors:
- '{} a:contains("Jenkins")'

0 comments on commit b356469

Please sign in to comment.