[TASK] Display only featured items in the quadrant view

This commit is contained in:
Florian Brandel
2018-05-09 13:19:39 +02:00
parent 9955744785
commit 1b969b8b7a
2 changed files with 4 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ Each file has a [front-matter](https://github.com/jxson/front-matter) header
where the attributes of the item are listed:
```
---
title: "React"
ring: adopt
@@ -46,8 +47,7 @@ Following front-matter attributes are possible:
* **info**: (optional) A short textual description of the item (visible in
overview pages)
* **featured**: (optional, default "true") If you set this to `false`, the item
will not be visibile on the homepage anymore but still available in the radar
overview.
will not be visible in the radar quadrants but still be available in the overview.
The name of the .md file acts as item identifier and may overwrite items with
the same name from older releases.