-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
43 lines (37 loc) · 1.08 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
site_name: RediSearch Documentation
site_url: http://redisearch.io
canonical_url: http://redisearch.io
repo_url: https://github.com/RedisLabsModules/RediSearch
theme: material
google_analytics:
- 'UA-89573912-1'
- 'auto'
markdown_extensions:
- codehilite
- toc(permalink=true)
- admonition
extra:
palette:
primary: 'indigo'
feature:
tabs: false
pages:
- 'Home': 'index.md'
- 'Quick Start': 'Quick_Start.md'
- 'Client Libraries': 'Clients.md'
- 'Commands': 'Commands.md'
- 'Configuration': 'Configuring.md'
- 'Query Syntax': 'Query_Syntax.md'
- 'Stop-Words': 'Stopwords.md'
- 'Sortable Values': 'Sorting.md'
- 'Extension API': Extensions.md
- 'Stemming Support': Stemming.md
- 'Highlighting Results': Highlight.md
- 'Python API': python_client.md
- 'Java API': java_client.md
- 'Document Payloads': payloads.md
- Design Documents:
- 'Garbage Collection': 'design/gc.md'
- Articles:
- 'Multi-Threading in RediSearch': Threading.md
#google_analytics: ['UA-89573912-1', 'redisearch']