Skip to content

Commit

Permalink
Merge pull request #175 from onobc/patch-2
Browse files Browse the repository at this point in the history
Update related_projects.js
  • Loading branch information
rwinch authored Oct 12, 2023
2 parents 144fe19 + 7c83cb4 commit 5eb4aef
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/helpers/related_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,19 @@ 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' },
{
href: 'https://docs.spring.io/spring-kafka/reference/',
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 Pulsar' },
{
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 5eb4aef

Please sign in to comment.