forked from RedisJSON/RedisJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (55 loc) · 1.26 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
site_name: RedisJSON - a JSON data type for Redis
site_url: http://redisjson.io
repo_url: https://github.com/RedisJSON/RedisJSON
repo_name: RedisJSON/RedisJSON
google_analytics:
- 'UA-92003007-1'
- 'auto'
extra_javascript:
- gtm.js
theme:
name: 'material'
language: 'en'
logo: 'images/logo.svg'
favicon: 'images/favicon.png'
palette:
primary: 'indigo'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
nav:
- 'Quickstart': 'index.md'
- 'Commands': 'commands.md'
- 'Search/Indexing': 'indexing_JSON.md'
- 'Path syntax': 'path.md'
- 'Performance': 'performance.md'
- 'RAM usage': 'ram.md'
- 'Developer notes': 'developer.md'
- 'Contributor agreement': 'contrib.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- toc:
toc_depth: 3
permalink: True
plugins:
- search
- modules-template:
modules:
- name: 'Search'
link: '/redisearch'
- name: 'Time Series'
link: '/redistimeseries'
- name: 'Bloom'
link: '/redisbloom'
- name: 'Graph'
link: '/redisgraph'
- name: 'AI'
link: '/redisai'
- name: 'Gears'
link: '/redisgears'
- versions-menu