@@ -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