From efcfe37ef4f6f9ed15570c175409c32fe06fc33e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 12 Oct 2023 15:29:16 -0500 Subject: [PATCH] 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 --- src/helpers/related_projects.js | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/helpers/related_projects.js b/src/helpers/related_projects.js index 743ebd2..2dde4ab 100644 --- a/src/helpers/related_projects.js +++ b/src/helpers/related_projects.js @@ -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(