mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-28 03:34:26 +03:00
docs: Add missing docs for find & findIndex
This commit is contained in:
parent
f55662d994
commit
2d96265951
@ -62,6 +62,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'fill', link: '/reference/array/fill' },
|
||||
{ text: 'toFilled', link: '/reference/array/toFilled' },
|
||||
{ text: 'find (compat)', link: '/reference/compat/array/find' },
|
||||
{ text: 'findIndex (compat)', link: '/reference/compat/array/findIndex' },
|
||||
{ text: 'flatMap', link: '/reference/array/flatMap' },
|
||||
{ text: 'flatten', link: '/reference/array/flatten' },
|
||||
{ text: 'flattenDeep', link: '/reference/array/flattenDeep' },
|
||||
|
@ -67,6 +67,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'fill', link: '/ko/reference/array/fill' },
|
||||
{ text: 'toFilled', link: '/ko/reference/array/toFilled' },
|
||||
{ text: 'find (호환성)', link: '/ko/reference/compat/array/find' },
|
||||
{ text: 'findIndex (호환성)', link: '/ko/reference/compat/array/findIndex' },
|
||||
{ text: 'flatMap', link: '/ko/reference/array/flatMap' },
|
||||
{ text: 'flatten', link: '/ko/reference/array/flatten' },
|
||||
{ text: 'flattenDeep', link: '/ko/reference/array/flattenDeep' },
|
||||
|
@ -61,6 +61,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
{ text: 'fill', link: '/zh_hans/reference/array/fill' },
|
||||
{ text: 'toFilled', link: '/zh_hans/reference/array/toFilled' },
|
||||
{ text: 'find (兼容性)', link: '/zh_hans/reference/compat/array/find' },
|
||||
{ text: 'findIndex (兼容性)', link: '/zh_hans/reference/compat/array/findIndex' },
|
||||
{ text: 'flatMap', link: '/zh_hans/reference/array/flatMap' },
|
||||
{ text: 'flatten', link: '/zh_hans/reference/array/flatten' },
|
||||
{ text: 'flattenDeep', link: '/zh_hans/reference/array/flattenDeep' },
|
||||
|
Loading…
Reference in New Issue
Block a user