Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/server/dotnetSDK.mdx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -82,10 +82,9 @@ export const Builder = SDKDocsBuilder({
[Instances, { constructor: <MultiInstanceExample /> }],
[FAQ, { faqs: <MoreFAQs /> }],
[Reference, { snippets: <ReferenceSnippets.default /> }],
]
})
],
});

export const toc = Builder.toc
export const toc = Builder.toc;

<>{Builder.result}</>

40 changes: 20 additions & 20 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ const sidebars: SidebarsConfig = {
"guides/sidecar-experiments/integrating-gtm",
"guides/aa-sidecar",
],
}
},
],
},
{
Expand Down Expand Up @@ -443,7 +443,7 @@ const sidebars: SidebarsConfig = {
items: [
"product-analytics/topline_alerts",
"product-analytics/rollout_alerts",
],
],
},
],
},
Expand All @@ -467,7 +467,7 @@ const sidebars: SidebarsConfig = {
items: [
"infra-analytics/events-mode-logs-explorer",
"infra-analytics/logs-explorer-queries",
],
],
},
"infra-analytics/topline-alerts-logs",
],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -1089,11 +1089,6 @@ const sidebars: SidebarsConfig = {
},
],
},
{
className: "dotnet-icon sidebar-icon sdk-sidebar-icon",
type: "doc",
id: "server/dotnetSDK",
},
],
},

Expand Down Expand Up @@ -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",
},
],
},
],
Expand Down