Skip to content

Commit

Permalink
update docs menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-ba committed Dec 13, 2023
1 parent b33cf93 commit c31526d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/config-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ export default {
"text": "pairwise",
"link": "en/array/operator/pairwise"
},
{
"text": "pairwiseWith",
"link": "en/array/operator/pairwiseWith"
},
{
"text": "partition",
"link": "en/array/operator/partition"
Expand Down Expand Up @@ -201,6 +205,10 @@ export default {
{
"text": "zip3",
"link": "en/array/operator/zip3"
},
{
"text": "zipWith",
"link": "en/array/operator/zipWith"
}
],
"seq.gen": [
Expand Down

0 comments on commit c31526d

Please sign in to comment.