Merge pull request #15193 from scprek/add-links-to-sonarqube-be-fe

Add links in README to reference Sonarqube FE/BE
This commit is contained in:
Patrik Oldsberg
2022-12-19 16:57:39 +01:00
committed by GitHub
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-sonarqube-backend': patch
---
Added links to the frontend and backend plugins in the readme.
+4
View File
@@ -137,3 +137,7 @@ sonarqube:
baseUrl: https://special-project-sonarqube.example.com
apiKey: abcdef0123456789abcedf0123456789ab
```
## Links
- [Sonarqube Frontend](../sonarqube/README.md)
+4
View File
@@ -58,3 +58,7 @@ spec:
```
`YOUR_INSTANCE_NAME/` is optional and will query the default instance if not provided.
## Links
- [Sonarqube Backend](../sonarqube-backend/README.md)