diff --git a/docs/server/dotnetSDK.mdx b/docs/server/dotnetSDK.mdx
index f808e5f87..141353305 100644
--- a/docs/server/dotnetSDK.mdx
+++ b/docs/server/dotnetSDK.mdx
@@ -1,10 +1,10 @@
---
-sidebar_label: .NET Server
-title: .NET Server SDK
+sidebar_label: Legacy .NET Server
+title: Legacy .NET Server SDK
keywords:
- owner:brock
last_update:
- date: 2025-09-18
+ date: 2025-10-13
---
import {
@@ -82,10 +82,9 @@ export const Builder = SDKDocsBuilder({
[Instances, { constructor: }],
[FAQ, { faqs: }],
[Reference, { snippets: }],
- ]
-})
+ ],
+});
-export const toc = Builder.toc
+export const toc = Builder.toc;
<>{Builder.result}>
-
diff --git a/sidebars.ts b/sidebars.ts
index 64a7fb8db..c79d0c981 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -407,7 +407,7 @@ const sidebars: SidebarsConfig = {
"guides/sidecar-experiments/integrating-gtm",
"guides/aa-sidecar",
],
- }
+ },
],
},
{
@@ -443,7 +443,7 @@ const sidebars: SidebarsConfig = {
items: [
"product-analytics/topline_alerts",
"product-analytics/rollout_alerts",
- ],
+ ],
},
],
},
@@ -467,7 +467,7 @@ const sidebars: SidebarsConfig = {
items: [
"infra-analytics/events-mode-logs-explorer",
"infra-analytics/logs-explorer-queries",
- ],
+ ],
},
"infra-analytics/topline-alerts-logs",
],
@@ -842,18 +842,18 @@ const sidebars: SidebarsConfig = {
label: "Quickstart Guide",
collapsed: false,
collapsible: false,
- items: [
- "sdks/quickstart",
- "sdks/identify-users",
- "quickstarts/check-gate",
- "guides/abn-tests",
- "guides/logging-events",
- {
- type: "doc",
- id: "sdks/build-with-llms",
- className: "ai-icon sidebar-icon",
- },
- ],
+ items: [
+ "sdks/quickstart",
+ "sdks/identify-users",
+ "quickstarts/check-gate",
+ "guides/abn-tests",
+ "guides/logging-events",
+ {
+ type: "doc",
+ id: "sdks/build-with-llms",
+ className: "ai-icon sidebar-icon",
+ },
+ ],
},
{
type: "category",
@@ -1089,11 +1089,6 @@ const sidebars: SidebarsConfig = {
},
],
},
- {
- className: "dotnet-icon sidebar-icon sdk-sidebar-icon",
- type: "doc",
- id: "server/dotnetSDK",
- },
],
},
@@ -1135,6 +1130,11 @@ const sidebars: SidebarsConfig = {
type: "doc",
id: "server/phpSDK",
},
+ {
+ className: "dotnet-icon sidebar-icon sdk-sidebar-icon",
+ type: "doc",
+ id: "server/dotnetSDK",
+ },
],
},
],