Skip to content

Commit

Permalink
update navigation map according to the latest docs structure (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvene241 authored Oct 10, 2023
1 parent d7c3e99 commit 337d32d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/homepage/homeNavBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const FeatureList = [
title: 'Your profile',
icon: 'img/icons/your-profile.svg',
items: [
{url: "docs/your-profile/registration", text: "Registration"},
{url: "docs/your-profile/activity", text: "Activity"},
{url: "docs/your-profile/reading-history", text: "Reading history"},
{url: "docs/your-profile/weekly-goal", text: "Weekly Reading Goal"},
Expand All @@ -47,6 +46,15 @@ const FeatureList = [
{url: "docs/your-profile/deleting-your-profile", text: "Deleting your profile"},
]
},
{
title: 'Squads',
icon: 'img/icons/squads.svg',
items: [
{url: "docs/squads/creating-your-squad", text: "Creating Your Squad"},
{url: "docs/squads/growing-your-squad", text: "Growing Your Squad"},
{url: "docs/your-profile/managing-your-squad", text: "Managing Your Squad"},
]
},
{
title: 'Customization',
icon: 'img/icons/customization.svg',
Expand Down
7 changes: 7 additions & 0 deletions static/img/icons/squads.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 337d32d

@vercel
Copy link

@vercel vercel bot commented on 337d32d Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.