Merge pull request #10721 from anicke/gerrit-doc-fix

Added url schemas to Gerrit location doc examples
This commit is contained in:
Johan Haals
2022-04-08 15:48:36 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ To use this integration, add at least one Gerrit configuration to your root `app
integrations:
gerrit:
- host: gerrit.company.com
apiBaseUrl: gerrit.company.com/gerrit
gitilesBaseUrl: gerrit.company.com/gitiles
apiBaseUrl: https://gerrit.company.com/gerrit
gitilesBaseUrl: https://gerrit.company.com/gitiles
username: ${GERRIT_USERNAME}
password: ${GERRIT_PASSWORD}
```
+5
View File
@@ -153,6 +153,11 @@
"label": "Datadog",
"ids": ["integrations/datadog-rum/installation"]
},
{
"type": "subcategory",
"label": "Gerrit",
"ids": ["integrations/gerrit/locations"]
},
{
"type": "subcategory",
"label": "GitHub",