1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-15 02:02:27 +08:00

doc: update doc for slice retry random package

This commit is contained in:
dudaodong
2023-08-28 16:41:14 +08:00
parent 5b6def5ff0
commit 3127360b28
8 changed files with 187 additions and 169 deletions

View File

@@ -94,6 +94,9 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: 'maputil', link: '/en/api/packages/maputil' },
{ text: 'netutil', link: '/en/api/packages/netutil' },
{ text: 'pointer', link: '/en/api/packages/pointer' },
{ text: 'random', link: '/en/api/packages/random' },
{ text: 'retry', link: '/en/api/packages/retry' },
{ text: 'slice', link: '/en/api/packages/slice' },
],
},
],

View File

@@ -107,6 +107,9 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: 'Map', link: '/api/packages/maputil' },
{ text: '网络', link: '/api/packages/netutil' },
{ text: '指针', link: '/api/packages/pointer' },
{ text: '随机数', link: '/api/packages/random' },
{ text: '重试', link: '/api/packages/retry' },
{ text: '切片', link: '/api/packages/slice' },
],
},
],