Skip to content

Commit

Permalink
update sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
carabasdaniel committed Sep 11, 2024
1 parent d2fe14e commit b090647
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,18 @@ module.exports = {
'software-development-kits/java/middleware',
],
},
'software-development-kits/dotnetcore',
{
type: 'category',
label: 'DotNet',
collapsed: true,
items: [
'software-development-kits/dotnet/clients',
'software-development-kits/dotnet/dotnetcore',
'software-development-kits/dotnet/dotnetcorecheck',
'software-development-kits/dotnet/middleware',
],

},
{
type: 'category',
label: 'Ruby',
Expand Down

0 comments on commit b090647

Please sign in to comment.