forked from Spartee/RedisAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
76 lines (64 loc) · 1.54 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: RedisAI - A Server for Machine and Deep Learning Models
site_url: http://redisai.io
repo_url: https://github.com/RedisAI/RedisAI
repo_name: RedisAI/RedisAI
google_analytics:
- 'UA-92003007-1'
- 'auto'
use_directory_urls: true
theme:
name: 'material'
language: 'en'
logo: 'images/logo_small.png'
favicon: 'images/favicon.png'
palette:
primary: 'indigo'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- gtm.js
nav:
- 'Home': index.md
- 'Introduction': intro.md
- 'Quickstart': quickstart.md
- 'Commands': commands.md
- 'Clients': clients.md
- 'Configuration': configuration.md
- 'Developer': developer.md
- 'Performance': performance.md
- 'Examples': examples.md
- 'Contributing': contrib.md
markdown_extensions:
- admonition
- pymdownx.arithmatex
- pymdownx.details
- pymdownx.superfences
- codehilite:
guess_lang: False
- toc:
permalink: True
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: