File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ mkdocs==1.0.4
2
2
mkdocs-material == 4.6.3
3
3
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
4
4
-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
5
+ -e git+https://github.com/RedisLabs/mkdocs-modules-template.git#egg=mkdocs-modules-template
5
6
# uncomment requirement to build LL API
6
7
# -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
Original file line number Diff line number Diff line change @@ -53,4 +53,24 @@ plugins:
53
53
- search
54
54
- include :
55
55
src_path : docs/snippets
56
+ - modules-template :
57
+ try-for-free : false
58
+ modules :
59
+ - name : ' Search'
60
+ link : ' /redisearch'
61
+
62
+ - name : ' Time Series'
63
+ link : ' /redistimeseries'
64
+
65
+ - name : ' Bloom'
66
+ link : ' /redisbloom'
67
+
68
+ - name : ' Graph'
69
+ link : ' /redisgraph'
70
+
71
+ - name : ' JSON'
72
+ link : ' /redisjson'
73
+
74
+ - name : ' Gears'
75
+ link : ' /redisgears'
56
76
- versions-menu :
You can’t perform that action at this time.
0 commit comments