@@ -51,6 +51,7 @@ export function getLocaleConfig(lang: string) {
5151 items : [
5252 {
5353 text : t ( 'Array Utilities' ) ,
54+ collapsed : false ,
5455 items : [
5556 { text : 'chunk' , link : '/reference/array/chunk' } ,
5657 { text : 'countBy' , link : '/reference/array/countBy' } ,
@@ -109,6 +110,7 @@ export function getLocaleConfig(lang: string) {
109110 } ,
110111 {
111112 text : t ( 'Function Utilities' ) ,
113+ collapsed : false ,
112114 items : [
113115 { text : 'debounce' , link : '/reference/function/debounce' } ,
114116 { text : 'throttle' , link : '/reference/function/throttle' } ,
@@ -119,6 +121,7 @@ export function getLocaleConfig(lang: string) {
119121 } ,
120122 {
121123 text : t ( 'Math Utilities' ) ,
124+ collapsed : false ,
122125 items : [
123126 { text : 'clamp' , link : '/reference/math/clamp' } ,
124127 { text : 'inRange' , link : '/reference/math/inRange' } ,
@@ -136,6 +139,7 @@ export function getLocaleConfig(lang: string) {
136139 } ,
137140 {
138141 text : t ( 'Object Utilities' ) ,
142+ collapsed : false ,
139143 items : [
140144 { text : 'clone' , link : '/reference/object/clone' } ,
141145 { text : 'omit' , link : '/reference/object/omit' } ,
@@ -147,6 +151,7 @@ export function getLocaleConfig(lang: string) {
147151 } ,
148152 {
149153 text : t ( 'Predicates' ) ,
154+ collapsed : false ,
150155 items : [
151156 { text : 'isBoolean' , link : '/reference/predicate/isBoolean' } ,
152157 { text : 'isDate' , link : '/reference/predicate/isDate' } ,
@@ -165,13 +170,15 @@ export function getLocaleConfig(lang: string) {
165170 } ,
166171 {
167172 text : t ( 'Promise Utilities' ) ,
173+ collapsed : false ,
168174 items : [
169175 { text : 'delay' , link : '/reference/promise/delay' } ,
170176 { text : 'pChain' , link : '/reference/promise/pChain' } ,
171177 ] ,
172178 } ,
173179 {
174180 text : t ( 'String Utilities' ) ,
181+ collapsed : false ,
175182 items : [
176183 { text : 'snakeCase' , link : '/reference/string/snakeCase' } ,
177184 { text : 'kebabCase' , link : '/reference/string/kebabCase' } ,
0 commit comments