@@ -51,6 +51,7 @@ export function getLocaleConfig(lang: string) {
51
51
items : [
52
52
{
53
53
text : t ( 'Array Utilities' ) ,
54
+ collapsed : false ,
54
55
items : [
55
56
{ text : 'chunk' , link : '/reference/array/chunk' } ,
56
57
{ text : 'countBy' , link : '/reference/array/countBy' } ,
@@ -109,6 +110,7 @@ export function getLocaleConfig(lang: string) {
109
110
} ,
110
111
{
111
112
text : t ( 'Function Utilities' ) ,
113
+ collapsed : false ,
112
114
items : [
113
115
{ text : 'debounce' , link : '/reference/function/debounce' } ,
114
116
{ text : 'throttle' , link : '/reference/function/throttle' } ,
@@ -119,6 +121,7 @@ export function getLocaleConfig(lang: string) {
119
121
} ,
120
122
{
121
123
text : t ( 'Math Utilities' ) ,
124
+ collapsed : false ,
122
125
items : [
123
126
{ text : 'clamp' , link : '/reference/math/clamp' } ,
124
127
{ text : 'inRange' , link : '/reference/math/inRange' } ,
@@ -136,6 +139,7 @@ export function getLocaleConfig(lang: string) {
136
139
} ,
137
140
{
138
141
text : t ( 'Object Utilities' ) ,
142
+ collapsed : false ,
139
143
items : [
140
144
{ text : 'clone' , link : '/reference/object/clone' } ,
141
145
{ text : 'omit' , link : '/reference/object/omit' } ,
@@ -147,6 +151,7 @@ export function getLocaleConfig(lang: string) {
147
151
} ,
148
152
{
149
153
text : t ( 'Predicates' ) ,
154
+ collapsed : false ,
150
155
items : [
151
156
{ text : 'isBoolean' , link : '/reference/predicate/isBoolean' } ,
152
157
{ text : 'isDate' , link : '/reference/predicate/isDate' } ,
@@ -165,13 +170,15 @@ export function getLocaleConfig(lang: string) {
165
170
} ,
166
171
{
167
172
text : t ( 'Promise Utilities' ) ,
173
+ collapsed : false ,
168
174
items : [
169
175
{ text : 'delay' , link : '/reference/promise/delay' } ,
170
176
{ text : 'pChain' , link : '/reference/promise/pChain' } ,
171
177
] ,
172
178
} ,
173
179
{
174
180
text : t ( 'String Utilities' ) ,
181
+ collapsed : false ,
175
182
items : [
176
183
{ text : 'snakeCase' , link : '/reference/string/snakeCase' } ,
177
184
{ text : 'kebabCase' , link : '/reference/string/kebabCase' } ,
0 commit comments