Skip to content

Commit e2d90dc

Browse files
committed
Add Spring Data Neo4j to Related Documentation
Closes gh-166
1 parent 7778fd8 commit e2d90dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/helpers/related_projects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,12 @@ function relatedProjects (categories = [], projectIds = []) {
166166
text: 'Spring Data MongoDB',
167167
categories: ['data'],
168168
},
169+
{
170+
href: 'https://docs.spring.io/spring-data/neo4j/reference/',
171+
id: 'data/neo4j',
172+
text: 'Spring Data Neo4j',
173+
categories: ['data'],
174+
},
169175
{
170176
href: 'https://docs.spring.io/spring-data/redis/reference/',
171177
id: 'data/redis',

0 commit comments

Comments
 (0)