You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Url for wiki can be now dynamically specified in app.config:
```yaml
scorecards:
wikiLinkTemplate: https://link-to-wiki/{id}
```

#### ✔️ Checklist
- [x] Added tests for new functionality and regression tests for bug fixes
- [x] Added changeset (run `yarn changeset` in the root)
- [x] Screenshots of before and after attached (for UI changes)
- [x] Added or updated documentation (if applicable)
Copy file name to clipboardExpand all lines: plugins/score-card/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,13 @@ scorecards:
33
33
34
34
In the above location it expects data in a format see [scoring data](https://github.com/backstage/backstage/tree/master/plugins/score-card/sample-data).
35
35
36
+
### Configuration
37
+
38
+
All configuration options:
39
+
40
+
- `jsonDataUrl`[optional]: url for the JSON data client, see [ScoringDataJsonClient](#scoringdatajsonclient).
41
+
- `wikiLinkTemplate`: the template for the link to the wiki. You may use any existing properties from the `SystemScoreEntry`, e.g. `"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}"`.
0 commit comments