Skip to content

Commit efcfe37

Browse files
committed
Revert adding messaging category
- This should have been it's own commit - We want to ensure we get all projects that are messaging at once
1 parent 5c1fc3f commit efcfe37

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/helpers/related_projects.js

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -235,19 +235,9 @@ function relatedProjects (categories = [], projectIds = []) {
235235
{ href: 'https://docs.spring.io/spring-ai/reference/', id: 'ai', text: 'Spring AI' },
236236
{ href: 'https://docs.spring.io/spring-cli/reference/', id: 'cli', text: 'Spring CLI' },
237237
{ href: 'https://docs.spring.io/spring-graphql/reference/', id: 'graphql', text: 'Spring GraphQL' },
238-
{
239-
href: 'https://docs.spring.io/spring-kafka/reference/',
240-
id: 'kafka',
241-
text: 'Spring for Apache Kafka',
242-
categories: ['messaging'],
243-
},
238+
{ href: 'https://docs.spring.io/spring-kafka/reference/', id: 'kafka', text: 'Spring for Apache Kafka' },
244239
{ href: 'https://docs.spring.io/spring-modulith/reference/', id: 'modulith', text: 'Spring Modulith' },
245-
{
246-
href: 'https://docs.spring.io/spring-pulsar/reference/',
247-
id: 'pulsar',
248-
text: 'Spring for Apache Pulsar',
249-
categories: ['messaging'],
250-
},
240+
{ href: 'https://docs.spring.io/spring-pulsar/reference/', id: 'pulsar', text: 'Spring for Apache Pulsar' },
251241
{ href: 'https://docs.spring.io/spring-shell/reference/', id: 'shell', text: 'Spring Shell' },
252242
]
253243
return projectDocumentation.filter(

0 commit comments

Comments
 (0)