forked from RedisJSON/RedisJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (27 loc) · 719 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (27 loc) · 719 Bytes
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
site_name: ReJSON - a JSON data type for Redis
site_url: http://rejson.io
site_favicon: 'images/favicon.png'
repo_url: https://github.com/RedisLabsModules/ReJSON
repo_name: RedisLabsModules/ReJSON
theme: material
extra:
palette:
primary: 'indigo'
logo: 'images/logo.svg'
social:
- type: 'github'
link: 'https://github.com/redislabs'
- type: 'twitter'
link: 'https://twitter.com/redislabs'
markdown_extensions:
- codehilite
pages:
- 'Quickstart': 'index.md'
- 'Commands': 'commands.md'
- 'Path syntax': 'path.md'
- 'Performance': 'performance.md'
- 'RAM usage': 'ram.md'
- 'Developer notes': 'developer.md'
google_analytics:
- 'UA-92003007-8'
- 'auto'