Skip to content

Commit

Permalink
removed links from header and added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabkumar7 committed Jan 16, 2024
1 parent bdcb900 commit 7c730fd
Showing 1 changed file with 57 additions and 11 deletions.
68 changes: 57 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@ const config = {
label: 'Discord',
position: 'right',
},
{
href: 'https://youtube.com/@learntocloud',
label: 'Podcast',
position: 'right',
},
{
href: 'https://github.com/orgs/learntocloud/projects/2/views/1',
label: 'LTC Roadmap',
position: 'left',
},
{
href: 'https://github.com/learntocloud/learn-to-cloud',
position: 'right',
Expand All @@ -109,7 +99,63 @@ const config = {
},
footer: {
style: 'dark',

links: [
{
title: 'Socials',
items: [
{
label: 'Instagram',
href: 'https://www.instagram.com/learntocloudguide/',
},
{
label: 'Discord',
href: 'https://discord.gg/dr2kvtA726',
},
{
label: 'Twitter',
href: 'https://twitter.com/learntocloud',
},
{
label: 'Podcast',
href: 'https://youtube.com/@learntocloud'
},
],
},
{
title: 'Community & Contributors',
items: [
{
label: 'Contributors',
href: '/Contributors',
},
{
label:'Code of Conduct',
href:'https://github.com/learntocloud/learn-to-cloud/blob/main/CODE_OF_CONDUCT.md',
},
{
label: 'License',
href: 'https://github.com/learntocloud/learn-to-cloud/tree/main?tab=MIT-1-ov-file',
},
],
},
{
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/',
},
{
label: 'LTC Roadmap',
href: 'https://github.com/orgs/learntocloud/projects/2/views/1',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Learn To Cloud`,
},
prism: {
Expand Down

0 comments on commit 7c730fd

Please sign in to comment.