Skip to content

Commit

Permalink
fix(app): top section nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Nov 21, 2024
1 parent d75b1c8 commit c332da2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const config: Sidebar = [
},
{
text: "Getting Started",
link: "/getting-started/basics/storage",
items: [
// {
// text: "Local environment setup"
Expand Down Expand Up @@ -98,7 +97,6 @@ const config: Sidebar = [
},
{
text: "Components",
link: "/components/how_to",
items: [
{
text: "Components How-To",
Expand All @@ -120,7 +118,6 @@ const config: Sidebar = [
},
{
text: "Applications",
link: "/applications/upgradeable_contract",
items: [
{
text: " Upgradeable Contract",
Expand Down Expand Up @@ -174,7 +171,6 @@ const config: Sidebar = [
},
{
text: "Advanced concepts",
link: "/advanced-concepts/write_to_any_slot",
items: [
{
text: "Writing to any storage slot",
Expand Down

0 comments on commit c332da2

Please sign in to comment.