Skip to content

Commit

Permalink
Docs - .NET 1.4.0 // Unity 5.0.0-beta.3 (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper authored Aug 13, 2024
1 parent 98bb37c commit 2408a7f
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 13 deletions.
5 changes: 4 additions & 1 deletion apps/portal/src/app/dotnet/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@ export const sidebar: SideBar = {
{
name: "Blockchain API",
isCollapsible: false,
links: [contracts, transactions],
links: [contracts, transactions, {
name: "Common Utils",
href: "/dotnet/utils",
}],
},
{ separator: true },
{
Expand Down
Loading

0 comments on commit 2408a7f

Please sign in to comment.