mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-24 11:45:26 +03:00
docs: Add sidebar links
This commit is contained in:
parent
a8f5e675ff
commit
bc7ea93666
@ -49,6 +49,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
text: 'Array Utilities',
|
||||
items: [
|
||||
{ text: 'chunk', link: '/reference/array/chunk' },
|
||||
{ text: 'concat (compat)', link: '/reference/array/concat' },
|
||||
{ text: 'countBy', link: '/reference/array/countBy' },
|
||||
{ text: 'compact', link: '/reference/array/compact' },
|
||||
{ text: 'difference', link: '/reference/array/difference' },
|
||||
|
@ -48,6 +48,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
text: '배열',
|
||||
items: [
|
||||
{ text: 'chunk', link: '/ko/reference/array/chunk' },
|
||||
{ text: 'concat (호환성)', link: '/ko/reference/array/concat' },
|
||||
{ text: 'countBy', link: '/ko/reference/array/countBy' },
|
||||
{ text: 'compact', link: '/ko/reference/array/compact' },
|
||||
{ text: 'difference', link: '/ko/reference/array/difference' },
|
||||
|
@ -48,6 +48,7 @@ function sidebar(): DefaultTheme.Sidebar {
|
||||
text: '数组工具',
|
||||
items: [
|
||||
{ text: 'chunk', link: '/zh_hans/reference/array/chunk' },
|
||||
{ text: 'concat (兼容性)', link: '/zh_hans/reference/array/concat' },
|
||||
{ text: 'countBy', link: '/zh_hans/reference/array/countBy' },
|
||||
{ text: 'compact', link: '/zh_hans/reference/array/compact' },
|
||||
{ text: 'difference', link: '/zh_hans/reference/array/difference' },
|
||||
|
Loading…
Reference in New Issue
Block a user