Skip to content

Commit d36c2fa

Browse files
authored
use mkdocs-modules-template (#615)
1 parent 593d495 commit d36c2fa

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ mkdocs==1.0.4
22
mkdocs-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

mkdocs.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)