Skip to content

Commit

Permalink
Fix sidebar ids
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcrng committed Nov 7, 2019
1 parent a7bac00 commit 043f5f0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,52 +22,52 @@
"type": "subcategory",
"label": "any",
"ids": [
"create/apply",
"create/clear",
"create/reset",
"create/update"
"defaults/apply",
"defaults/clear",
"defaults/reset",
"defaults/update"
]
},
{
"type": "subcategory",
"label": "array",
"ids": [
"create/concat",
"create/drop",
"create/filter",
"create/push"
"defaults/concat",
"defaults/drop",
"defaults/filter",
"defaults/push"
]
},
{
"type": "subcategory",
"label": "boolean",
"ids": [
"create/off",
"create/on",
"create/toggle"
"defaults/off",
"defaults/on",
"defaults/toggle"
]
},
{
"type": "subcategory",
"label": "number",
"ids": [
"create/increment"
"defaults/increment"
]
},
{
"type": "subcategory",
"label": "object",
"ids": [
"create/assign",
"create/path",
"create/set"
"defaults/assign",
"defaults/path",
"defaults/set"
]
},
{
"type": "subcategory",
"label": "string",
"ids": [
"create/concat"
"defaults/concat"
]
}
]
Expand Down

0 comments on commit 043f5f0

Please sign in to comment.