Skip to content

Commit bd3f2c8

Browse files
committed
sidebar tweak
1 parent 3626499 commit bd3f2c8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/server-core/_preamble.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Statsig Server Core is a performance-focused rewrite of Statsig server SDKs with
44

55
Server Core brings Rust's natural speed and performance optimizations to each language, as we develop them in one, shared library. Initial benchmarking suggests Server Core can evaluate 5-10x as fast as existing SDKs.
66

7-
Server Core is currently available for Node, PHP, and Python. Need another language? Let us know in the [Statsig Slack](https://statsig.com/slack) and we'll prioritize it.
7+
Server Core is currently available for Node and Python. Need another language? Let us know in the [Statsig Slack](https://statsig.com/slack) and we'll prioritize it.

sidebars.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,18 @@ const sidebars: SidebarsConfig = {
175175
},
176176
],
177177
},
178+
{
179+
type: "category",
180+
label: "Statsig Server Core",
181+
items: [
182+
"server-core/node-core",
183+
"server-core/python-core",
184+
]
185+
},
178186
{
179187
type: "category",
180188
label: "More Server SDKs",
181189
items: [
182-
{
183-
type: "category",
184-
label: "Statsig Server Core",
185-
items: [
186-
"server-core/node-core",
187-
"server-core/python-core",
188-
]
189-
},
190190
{
191191
className: "dotnet-icon sidebar-icon sdk-sidebar-icon",
192192
type: "doc",

0 commit comments

Comments
 (0)