Skip to content

Commit

Permalink
Revert adding messaging category
Browse files Browse the repository at this point in the history
- This should have been it's own commit
- We want to ensure we get all projects that are messaging at once
  • Loading branch information
rwinch committed Oct 13, 2023
1 parent 5c1fc3f commit efcfe37
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/helpers/related_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,19 +235,9 @@ function relatedProjects (categories = [], projectIds = []) {
{ href: 'https://docs.spring.io/spring-ai/reference/', id: 'ai', text: 'Spring AI' },
{ href: 'https://docs.spring.io/spring-cli/reference/', id: 'cli', text: 'Spring CLI' },
{ href: 'https://docs.spring.io/spring-graphql/reference/', id: 'graphql', text: 'Spring GraphQL' },
{
href: 'https://docs.spring.io/spring-kafka/reference/',
id: 'kafka',
text: 'Spring for Apache Kafka',
categories: ['messaging'],
},
{ href: 'https://docs.spring.io/spring-kafka/reference/', id: 'kafka', text: 'Spring for Apache Kafka' },
{ 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-pulsar/reference/', id: 'pulsar', text: 'Spring for Apache Pulsar' },
{ href: 'https://docs.spring.io/spring-shell/reference/', id: 'shell', text: 'Spring Shell' },
]
return projectDocumentation.filter(
Expand Down

0 comments on commit efcfe37

Please sign in to comment.