docs: Add docs of unzip to the sidebar

This commit is contained in:
raon0211 2024-07-08 21:37:52 +09:00
parent 208cb09c8b
commit 1808025e30
2 changed files with 3 additions and 1 deletions

View File

@ -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' },

View File

@ -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' },