File tree 1 file changed +4
-33
lines changed
1 file changed +4
-33
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
id : index-develop
3
3
title : Develop
4
+ hide_title : true
4
5
sidebar_label : Develop
5
6
hide_table_of_contents : true
6
7
slug : /develop/
8
+ custom_edit_url :
7
9
---
10
+ import Languages from ' @theme/Languages' ;
8
11
9
- import useBaseUrl from ' @docusaurus/useBaseUrl' ;
10
-
11
-
12
- ### Build applications with Redis and your favorite programing language
13
-
14
-
15
-
16
- <div className = " row" >
17
- <div className = " col col--2 text--center" >
18
- <a href = { useBaseUrl (' /develop/java' )} >
19
- <img src = { useBaseUrl (' /img/logos/java.png' )} />
20
- <h4 >Java</h4 >
21
- </a >
22
- </div >
23
- <div className = " col col--2 text--center" >
24
- <a href = { useBaseUrl (' /develop/python' )} >
25
- <img src = { useBaseUrl (' /img/logos/python.png' )} />
26
- <h4 >Python</h4 >
27
- </a >
28
- </div >
29
- <div className = " col col--2 text--center" >
30
- <a href = { useBaseUrl (' /develop/node' )} >
31
- <img src = { useBaseUrl (' /img/logos/nodejs.png' )} />
32
- <h4 >Node.js</h4 >
33
- </a >
34
- </div >
35
- <div className = " col col--2 text--center" >
36
- <a href = { useBaseUrl (' /develop/golang' )} >
37
- <img src = { useBaseUrl (' /img/logos/golang.png' )} />
38
- <h4 >Go</h4 >
39
- </a >
40
- </div >
41
- </div >
12
+ <Languages />
You can’t perform that action at this time.
0 commit comments