feat: remove items with invalid quadrant or ring and optionally filter by tags

This commit is contained in:
Mathias Schopmans
2024-03-08 13:41:42 +01:00
committed by Mathias Schopmans
parent 9d18d97a94
commit cfaa40a225
4 changed files with 36 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ Copy the [`config.json`](./data/config.json) next to the `package.json` and adap
| social | Social links in the footer. See config below |
| imprint | URL to the legal information |
| labels | Configure the labels to change the texts and labels of the radar |
| tags | (optional) Use to render only items, which contain at least one of the specified tags. e.g `["frontend", "backend"]` |
| editUrl | (optional) If set, an edit button will be shown next to the revision.<br/> You can use placeholders for `{id}` and `{release}` |
#### `config.quadrants`