Add new Badge parameter for sidebar items
This commit is contained in:
parent
fae034b813
commit
33352b8d4c
3 changed files with 99 additions and 4 deletions
21
config.json
21
config.json
|
@ -42,6 +42,27 @@
|
|||
"text": "Components",
|
||||
"link": "/components/"
|
||||
},
|
||||
{
|
||||
"badge": "New",
|
||||
"badge_variant": "Note",
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"badge": "Outdated",
|
||||
"badge_variant": "Warning",
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"badge": "Deprecated",
|
||||
"badge_variant": "Dangerous",
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
},
|
||||
{
|
||||
"heading": "Heading"
|
||||
},
|
||||
{
|
||||
"text": "Document Title",
|
||||
"link": "#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue