The `showEmptyRings` option in `config.ts` can now be set via `config.json`. This enables display of headers for rings that contain no items.
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"quadrants": {
|
|
"languages-and-frameworks": "Languages & Frameworks",
|
|
"methods-and-patterns": "Methods & Patterns",
|
|
"platforms-and-aoe-services": "Platforms & Operations",
|
|
"tools": "Tools"
|
|
},
|
|
"rings":["all", "adopt", "trial", "assess", "hold"],
|
|
"showEmptyRings": false
|
|
}
|