doc(zipObject): Add zipObject in the reference section

This commit is contained in:
Sojin Park 2024-06-30 12:25:25 +09:00
parent ff59ab4c17
commit 52b1b72b34
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ function sidebar(): DefaultTheme.Sidebar {
{ text: 'xorBy', link: '/reference/array/xorBy' },
{ text: 'xorWith', link: '/reference/array/xorWith' },
{ text: 'zip', link: '/reference/array/zip' },
{ text: 'zipObject', link: '/reference/array/zipObject' },
{ text: 'zipWith', link: '/reference/array/zipWith' },
],
},

View File

@ -79,6 +79,7 @@ function sidebar(): DefaultTheme.Sidebar {
{ text: 'xorBy', link: '/ko/reference/array/xorBy' },
{ text: 'xorWith', link: '/ko/reference/array/xorWith' },
{ text: 'zip', link: '/ko/reference/array/zip' },
{ text: 'zipObject', link: '/ko/reference/array/zipObject' },
{ text: 'zipWith', link: '/ko/reference/array/zipWith' },
],
},