File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,11 @@ const sidebars: SidebarsConfig = {
209
209
type : "doc" ,
210
210
id : "server-core/elixir-core" ,
211
211
} ,
212
+ {
213
+ className : "rust-icon sidebar-icon sdk-sidebar-icon" ,
214
+ type : "doc" ,
215
+ id : "server-core/rust-core" ,
216
+ } ,
212
217
{
213
218
className : "php-icon sidebar-icon sdk-sidebar-icon" ,
214
219
type : "doc" ,
@@ -219,11 +224,6 @@ const sidebars: SidebarsConfig = {
219
224
type : "doc" ,
220
225
id : "server/rubySDK" ,
221
226
} ,
222
- {
223
- className : "rust-icon sidebar-icon sdk-sidebar-icon" ,
224
- type : "doc" ,
225
- id : "server/rustSDK" ,
226
- } ,
227
227
228
228
{
229
229
type : "category" ,
@@ -253,6 +253,11 @@ const sidebars: SidebarsConfig = {
253
253
type : "doc" ,
254
254
id : "server/javaSdk" ,
255
255
} ,
256
+ {
257
+ className : "rust-icon sidebar-icon sdk-sidebar-icon" ,
258
+ type : "doc" ,
259
+ id : "server/rustSDK" ,
260
+ } ,
256
261
] ,
257
262
} ,
258
263
] ,
You can’t perform that action at this time.
0 commit comments