forked from RedisTimeSeries/RedisTimeSeries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (56 loc) · 1.36 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
site_name: RedisTimeSeries - Time-Series data structure for Redis
site_url: http://redistimeseries.io
repo_url: https://github.com/RedisTimeSeries/RedisTimeSeries
repo_name: RedisTimeSeries/RedisTimeSeries
google_analytics:
- 'UA-92003007-1'
- 'auto'
extra_javascript:
- gtm.js
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
nav:
- 'Home': index.md
- 'Quickstart': quickstart.md
- 'Commands': commands.md
- 'Configuration': configuration.md
- 'Development': development.md
- 'Clients': clients.md
- Reference:
- 'Out-of-order/backfilled ingestion performance considerations': 'out-of-order_performance_considerations.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: True
toc_depth: 3
plugins:
- search
- modules-template:
modules:
- name: 'Search'
link: '/redisearch'
- name: 'Bloom'
link: '/redisbloom'
- name: 'Graph'
link: '/redisgraph'
- name: 'JSON'
link: '/redisjson'
- name: 'AI'
link: '/redisai'
- name: 'Gears'
link: '/redisgears'
- versions-menu