Skip to content

Commit

Permalink
changed order and added 4th column
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Jan 18, 2024
1 parent 7c730fd commit 33d45bf
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ const config = {
{
title: 'Socials',
items: [
{
label: 'Instagram',
href: 'https://www.instagram.com/learntocloudguide/',
},
{
label: 'Discord',
href: 'https://discord.gg/dr2kvtA726',
},
{
label: 'Instagram',
href: 'https://www.instagram.com/learntocloudguide/',
},
{
label: 'Twitter',
href: 'https://twitter.com/learntocloud',
Expand All @@ -122,7 +122,20 @@ const config = {
],
},
{
title: 'Community & Contributors',
title: 'Guide Help',
items: [
{
label: 'Report Issue',
href: 'https://github.com/learntocloud/learn-to-cloud/issues',
},
{
label:'GitHub Repo',
href:'https://github.com/learntocloud/learn-to-cloud/',
},
],
},
{
title: 'Community',
items: [
{
label: 'Contributors',
Expand All @@ -139,20 +152,16 @@ const config = {
],
},
{
title: 'Guide Help',
title: 'Want to contribute',
items: [
{
label: 'Report Issue',
href: 'https://github.com/learntocloud/learn-to-cloud/issues',
},
{
label:'GitHub Repo',
href:'https://github.com/learntocloud/learn-to-cloud/',
},
{
label: 'LTC Roadmap',
href: 'https://github.com/orgs/learntocloud/projects/2/views/1',
},
{
label: 'DTC Roadmap',
href: 'https://github.com/orgs/learntocloud/projects/3'
}
],
},
],
Expand Down

0 comments on commit 33d45bf

Please sign in to comment.