Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 21, 2021
1 parent 808eeff commit ae208d6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions public/showcase/menu/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"to": "/setup",
"meta": [
"get started"
]
],
"badge": "updated"
},
{
"name": "Locale",
Expand Down Expand Up @@ -441,7 +442,8 @@
"to": "/button",
"meta": [
"button"
]
],
"badge": "updated"
},
{
"name": "SplitButton",
Expand All @@ -463,6 +465,7 @@
"meta": [
"datatable"
],
"badge": "updated",
"children": [
{
"name": "Documentation",
Expand Down Expand Up @@ -541,7 +544,8 @@
"to": "/datatable/selection",
"meta": [
"selection"
]
],
"badge": "new"
},
{
"name": "Edit",
Expand Down Expand Up @@ -1083,7 +1087,8 @@
"to": "/fileupload",
"meta": [
"fileupload"
]
],
"badge": "updated"
}
]
},
Expand Down

0 comments on commit ae208d6

Please sign in to comment.