Skip to content

Commit a20aac4

Browse files
authored
Merge pull request #166 from ajeetraina/master
Added YouTube Video to Social Network blog
2 parents 0cfde1c + 015ce25 commit a20aac4

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed
-16 KB
Binary file not shown.

docs/howtos/socialnetwork/index-socialnetwork.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: index-socialnetwork
33
title: How to Build a Social Network Application using RediSearch and NodeJS
44
sidebar_label: Building a Social Network Application using RediSearch
55
slug: /howtos/socialnetwork/
6-
authors: [julian]
6+
authors: [julian,manuel]
77
---
88

99
![image](images/socialnetwork.png)

docusaurus.config.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,16 @@ module.exports = {
3636
link: 'https://www.linkedin.com/in/julian-mateu',
3737
title: 'Sr. Backend Software Engineer at Globality, Inc. ',
3838
image: 'profile_pic_julian_mateu.jpg'
39-
}
40-
}
39+
},
40+
manuel: {
41+
name: 'Manuel Aguirre',
42+
link: 'https://github.com/manuelaguirre',
43+
title: 'Backend Engineer at Baseline Spain',
44+
image: 'profile_pic_manuel_aguirre.jpg'
45+
}
46+
}
4147
},
4248
themeConfig: {
43-
4449
// ...
4550
googleTagManager: {
4651
trackingID: 'GTM-W8Z6BLQ',
117 KB
Loading

0 commit comments

Comments
 (0)