Skip to content

Commit

Permalink
use mkdocs-modules-template (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed Feb 23, 2021
1 parent 593d495 commit d36c2fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Expand Up @@ -2,5 +2,6 @@ mkdocs==1.0.4
mkdocs-material==4.6.3
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
-e git+https://github.com/RedisLabs/mkdocs-modules-template.git#egg=mkdocs-modules-template
# uncomment requirement to build LL API
# -e git+https://github.com/matusnovak/doxybook.git#egg=doxybook
20 changes: 20 additions & 0 deletions mkdocs.yml
Expand Up @@ -53,4 +53,24 @@ plugins:
- search
- include:
src_path: docs/snippets
- modules-template:
try-for-free: false
modules:
- name: 'Search'
link: '/redisearch'

- name: 'Time Series'
link: '/redistimeseries'

- name: 'Bloom'
link: '/redisbloom'

- name: 'Graph'
link: '/redisgraph'

- name: 'JSON'
link: '/redisjson'

- name: 'Gears'
link: '/redisgears'
- versions-menu:

0 comments on commit d36c2fa

Please sign in to comment.