Skip to content

Commit

Permalink
docs: less links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 28, 2024
1 parent c2e903e commit 11e973a
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,23 +218,19 @@ module.exports={
{
title: 'Community',
items: [
{
label: 'User Showcase',
to: 'users'
},
{
label: 'Project Chat',
href: 'https://r.pnpm.io/chat',
},
{
label: 'Twitter',
href: 'https://twitter.com/pnpmjs'
},
{
label: 'Mastodon',
href: 'https://fosstodon.org/@pnpm',
rel: 'me',
label: 'X (Twitter)',
href: 'https://x.com/pnpmjs'
},
// {
// label: 'Mastodon',
// href: 'https://fosstodon.org/@pnpm',
// rel: 'me',
// },
{
label: 'YouTube',
href: 'https://www.youtube.com/@pnpmjs',
Expand All @@ -247,18 +243,6 @@ module.exports={
label: 'Reddit',
href: 'https://reddit.com/r/pnpm/'
},
{
label: 'DEV',
href: 'https://dev.to/t/pnpm/'
},
{
label: 'Hashnode',
href: 'https://hashnode.com/n/pnpm'
},
{
label: 'Keybase',
href: 'https://keybase.io/pnpm'
},
]
},
{
Expand Down

0 comments on commit 11e973a

Please sign in to comment.