docs: Add sidebar links
Some checks are pending
CI / codecov (push) Waiting to run
Release / release (push) Waiting to run

This commit is contained in:
raon0211 2024-07-19 01:07:47 +09:00
parent a8f5e675ff
commit bc7ea93666
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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