Skip to content

Commit

Permalink
removed mogenius since the backlink no longer exists (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara authored Dec 15, 2023
1 parent 56cf712 commit ac79989
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions sidebars_guides.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ module.exports = {
type: 'category',
label: 'Deployment Guides',
collapsed: false,
items: [
'jackson/deployments/heroku',
'jackson/deployments/vercel',
'jackson/deployments/mogenius',
],
items: ['jackson/deployments/heroku', 'jackson/deployments/vercel'],
},
{
type: 'category',
Expand Down
4 changes: 0 additions & 4 deletions src/components/guides/jackson/DeploymentsGuide.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ const deployments = [
name: 'Vercel',
href: '/guides/jackson/deployments/vercel',
},
{
name: 'mogenius',
href: '/guides/jackson/deployments/mogenius',
},
];

export default function DeploymentsGuide() {
Expand Down

0 comments on commit ac79989

Please sign in to comment.