Skip to content

Commit a1a6dbf

Browse files
brock-statsigBrock Lumbard
and
Brock Lumbard
authored
Add rust core (#2762)
* add owners * names cspell * fix more owners * add rust * sidebar --------- Co-authored-by: Brock Lumbard <[email protected]>
1 parent 5cae51a commit a1a6dbf

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

sidebars.ts

+10-5
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,11 @@ const sidebars: SidebarsConfig = {
209209
type: "doc",
210210
id: "server-core/elixir-core",
211211
},
212+
{
213+
className: "rust-icon sidebar-icon sdk-sidebar-icon",
214+
type: "doc",
215+
id: "server-core/rust-core",
216+
},
212217
{
213218
className: "php-icon sidebar-icon sdk-sidebar-icon",
214219
type: "doc",
@@ -219,11 +224,6 @@ const sidebars: SidebarsConfig = {
219224
type: "doc",
220225
id: "server/rubySDK",
221226
},
222-
{
223-
className: "rust-icon sidebar-icon sdk-sidebar-icon",
224-
type: "doc",
225-
id: "server/rustSDK",
226-
},
227227

228228
{
229229
type: "category",
@@ -253,6 +253,11 @@ const sidebars: SidebarsConfig = {
253253
type: "doc",
254254
id: "server/javaSdk",
255255
},
256+
{
257+
className: "rust-icon sidebar-icon sdk-sidebar-icon",
258+
type: "doc",
259+
id: "server/rustSDK",
260+
},
256261
],
257262
},
258263
],

0 commit comments

Comments
 (0)