mirror of
https://github.com/toss/es-toolkit.git
synced 2025-01-05 23:43:29 +03:00
docs: Add docs link for countBy & without
This commit is contained in:
parent
373d63b980
commit
c1d80ffa06
@ -48,6 +48,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
text: 'Array Utilities',
|
||||
items: [
|
||||
{ text: 'chunk', link: '/reference/array/chunk' },
|
||||
{ text: 'countBy', link: '/reference/array/countBy' },
|
||||
{ text: 'compact', link: '/reference/array/compact' },
|
||||
{ text: 'difference', link: '/reference/array/difference' },
|
||||
{ text: 'differenceBy', link: '/reference/array/differenceBy' },
|
||||
@ -78,6 +79,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'uniq', link: '/reference/array/uniq' },
|
||||
{ text: 'uniqBy', link: '/reference/array/uniqBy' },
|
||||
{ text: 'uniqWith', link: '/reference/array/uniqWith' },
|
||||
{ text: 'without', link: '/reference/array/without' },
|
||||
{ text: 'xor', link: '/reference/array/xor' },
|
||||
{ text: 'xorBy', link: '/reference/array/xorBy' },
|
||||
{ text: 'xorWith', link: '/reference/array/xorWith' },
|
||||
|
@ -47,6 +47,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
text: '배열',
|
||||
items: [
|
||||
{ text: 'chunk', link: '/ko/reference/array/chunk' },
|
||||
{ text: 'countBy', link: '/ko/reference/array/countBy' },
|
||||
{ text: 'compact', link: '/ko/reference/array/compact' },
|
||||
{ text: 'difference', link: '/ko/reference/array/difference' },
|
||||
{ text: 'differenceBy', link: '/ko/reference/array/differenceBy' },
|
||||
@ -77,6 +78,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'uniq', link: '/ko/reference/array/uniq' },
|
||||
{ text: 'uniqBy', link: '/ko/reference/array/uniqBy' },
|
||||
{ text: 'uniqWith', link: '/ko/reference/array/uniqWith' },
|
||||
{ text: 'without', link: '/ko/reference/array/without' },
|
||||
{ text: 'xor', link: '/ko/reference/array/xor' },
|
||||
{ text: 'xorBy', link: '/ko/reference/array/xorBy' },
|
||||
{ text: 'xorWith', link: '/ko/reference/array/xorWith' },
|
||||
|
Loading…
Reference in New Issue
Block a user