Skip to content
Open
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
32 changes: 16 additions & 16 deletions src/frontend/config/sidebar/integrations.topics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,14 @@ export const integrationTopics: StarlightSidebarTopicsUserConfig = {
'zh-CN': 'C# 和 .NET',
},
items: [
{
label: 'Get started with the .NET / C# app integration',
slug: 'integrations/frameworks/dotnet/dotnet-get-started',
},
{
label: 'Set up C# apps by path in the AppHost',
slug: 'integrations/frameworks/dotnet/dotnet-host',
},
{ label: 'Project resources', slug: 'integrations/dotnet/project-resources' },
{ label: 'C# file-based apps', slug: 'integrations/dotnet/csharp-file-based-apps' },
{ label: 'Launch profiles', slug: 'integrations/dotnet/launch-profiles' },
Expand All @@ -1338,8 +1346,14 @@ export const integrationTopics: StarlightSidebarTopicsUserConfig = {
collapsed: true,
items: [
{ label: 'Get started', slug: 'integrations/dotnet/blazor-get-started' },
{ label: 'Set up Blazor hosting in the AppHost', slug: 'integrations/dotnet/blazor-hosting' },
{ label: 'Connect Blazor apps and APIs', slug: 'integrations/dotnet/blazor-connect' },
{
label: 'Set up Blazor hosting in the AppHost',
slug: 'integrations/dotnet/blazor-hosting',
},
{
label: 'Connect Blazor apps and APIs',
slug: 'integrations/dotnet/blazor-connect',
},
],
},
{ label: '.NET MAUI', slug: 'integrations/dotnet/maui' },
Expand All @@ -1365,20 +1379,6 @@ export const integrationTopics: StarlightSidebarTopicsUserConfig = {
},
],
},
{
label: '.NET / C#',
collapsed: true,
items: [
{
label: 'Get started',
slug: 'integrations/frameworks/dotnet/dotnet-get-started',
},
{
label: 'Set up .NET / C# apps in the AppHost',
slug: 'integrations/frameworks/dotnet/dotnet-host',
},
],
},
{
label: 'Go',
collapsed: true,
Expand Down