forked from RedisBloom/RedisBloom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (37 loc) · 946 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
site_name: RedisBloom Documentation
site_url: http://redisbloom.io
repo_url: https://github.com/RedisBloom/RedisBloom
repo_name: RedisBloom/RedisBloom
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
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: True
pages:
- 'RedisBloom': 'index.md'
- 'Quick Start': 'Quick_Start.md'
- 'Configuration': 'Configuration.md'
- Command References:
- 'Bloom Filter': 'Bloom_Commands.md'
- 'Cuckoo Filter': 'Cuckoo_Commands.md'
- 'Count-Min-Sketch': 'CountMinSketch_Commands.md'
- 'Top-K': 'TopK_Commands.md'
- 'Contributor agreement': 'contrib.md'