Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Oct 12, 2023
1 parent b2bf264 commit 7c83cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/related_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,14 @@ function relatedProjects (categories = [], projectIds = []) {
id: 'kafka',
text: 'Spring for Apache Kafka',
categories: ['messaging'],
},
},
{ href: 'https://docs.spring.io/spring-modulith/reference/', id: 'modulith', text: 'Spring Modulith' },
{
href: 'https://docs.spring.io/spring-pulsar/reference/',
id: 'pulsar',
text: 'Spring for Apache Pulsar',
categories: ['messaging'],
},
},
{ href: 'https://docs.spring.io/spring-shell/reference/', id: 'shell', text: 'Spring Shell' },
]
return projectDocumentation.filter(
Expand Down

0 comments on commit 7c83cb4

Please sign in to comment.