Skip to content

Commit

Permalink
Add Spring Data Neo4j to Related Documentation
Browse files Browse the repository at this point in the history
Closes gh-166
  • Loading branch information
rwinch committed Oct 10, 2023
1 parent 7778fd8 commit e2d90dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/helpers/related_projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ function relatedProjects (categories = [], projectIds = []) {
text: 'Spring Data MongoDB',
categories: ['data'],
},
{
href: 'https://docs.spring.io/spring-data/neo4j/reference/',
id: 'data/neo4j',
text: 'Spring Data Neo4j',
categories: ['data'],
},
{
href: 'https://docs.spring.io/spring-data/redis/reference/',
id: 'data/redis',
Expand Down

0 comments on commit e2d90dc

Please sign in to comment.