Skip to content

Commit

Permalink
chore: sidebar config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 19, 2024
1 parent 6f0fe53 commit a03ee7d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/navConfigs/sidebarConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const mainNavigation: Array<NavGroup> = [
{
title: 'Concepts',
links: [

{
title: 'Manifests',
href: '/learn/concepts/manifests',
Expand Down Expand Up @@ -402,7 +401,7 @@ export const secondaryNavigation: Array<NavGroup> = [
],
},
{
title: "Gateways",
title: 'Gateways',
links: [
{
title: 'Architecture',
Expand Down Expand Up @@ -479,14 +478,24 @@ export const secondaryNavigation: Array<NavGroup> = [
{
title: 'Guides',
links: [
{
title: 'Permaweb Deploy',
href: '/build/guides/permaweb-deploy',
},
{
title: 'GQL',
href: '/build/guides/gql',
},
{
title: 'Deploy to Arweave',
children: [
{
title: 'Permaweb Deploy',
href: '/build/guides/permaweb-deploy',
},
{
title: 'Arlink',
href: '/build/guides/arlink',
},
],
},

{
title: 'Projects',
children: [
Expand Down

0 comments on commit a03ee7d

Please sign in to comment.