forked from RedisJSON/RedisJSON
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
45 lines (39 loc) · 860 Bytes
/
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
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'
- '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:
permalink: True
plugins:
- search
- versions-menu