mirror of
https://github.com/toss/es-toolkit.git
synced 2025-01-05 23:43:29 +03:00
docs: Add docs of unzip to the sidebar
This commit is contained in:
parent
208cb09c8b
commit
1808025e30
@ -81,6 +81,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'uniq', link: '/reference/array/uniq' },
|
||||
{ text: 'uniqBy', link: '/reference/array/uniqBy' },
|
||||
{ text: 'uniqWith', link: '/reference/array/uniqWith' },
|
||||
{ text: 'unzip', link: '/reference/array/unzip' },
|
||||
{ text: 'unzipWith', link: '/reference/array/unzipWith' },
|
||||
{ text: 'without', link: '/reference/array/without' },
|
||||
{ text: 'xor', link: '/reference/array/xor' },
|
||||
|
@ -77,7 +77,8 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'union', link: '/ko/reference/array/union' },
|
||||
{ text: 'unionBy', link: '/ko/reference/array/unionBy' },
|
||||
{ text: 'unionWith', link: '/ko/reference/array/unionWith' },
|
||||
{ text: 'unzipWith', link: '/reference/array/unzipWith' },
|
||||
{ text: 'unzip', link: '/ko/reference/array/unzip' },
|
||||
{ text: 'unzipWith', link: '/ko/reference/array/unzipWith' },
|
||||
{ text: 'uniq', link: '/ko/reference/array/uniq' },
|
||||
{ text: 'uniqBy', link: '/ko/reference/array/uniqBy' },
|
||||
{ text: 'uniqWith', link: '/ko/reference/array/uniqWith' },
|
||||
|
Loading…
Reference in New Issue
Block a user