File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 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
22mkdocs-material == 4.6.3
33-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
44-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
56# uncomment requirement to build LL API
67# -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:
5353 - search
5454 - include :
5555 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'
5676 - versions-menu :
You can’t perform that action at this time.
0 commit comments