1site_name: RediSearch Documentation
2site_url: https://oss.redislabs.com/redisearch
3repo_url: https://github.com/RediSearch/RediSearch
4repo_name: RediSearch/RediSearch
5
6google_analytics:
7  - 'UA-92003007-1'
8  - 'auto'
9
10extra_javascript:
11  - gtm.js
12
13markdown_extensions:
14  - codehilite
15  - toc:
16      permalink: True
17      separator: "_"
18  - admonition
19
20use_directory_urls: true
21theme:
22  name: 'material'
23  language: 'en'
24  logo: 'img/logo_small.png'
25  favicon: 'img/favicon.png'
26  palette:
27    primary: 'indigo'
28    accent: 'red'
29  font:
30    text: 'Roboto'
31    code: 'Roboto Mono'
32  feature:
33    tabs: false
34
35nav:
36  - 'Home': 'index.md'
37  - 'Quick Start': 'Quick_Start.md'
38  - 'Command Reference': 'Commands.md'
39  - 'Configuration': 'Configuring.md'
40  - 'Administration': "Administration.md"
41  - 'Development': "Development.md"
42  - Reference:
43    - 'Query Syntax': 'Query_Syntax.md'
44    - 'Stop-Words': 'Stopwords.md'
45    - 'Aggregations': 'Aggregations.md'
46    - 'Tokenization and Escaping': 'Escaping.md'
47    - 'Sortable Values': 'Sorting.md'
48    - 'Tag Fields': 'Tags.md'
49    - 'Highlighting Results': Highlight.md
50    - 'Scoring Documents': 'Scoring.md'
51    - 'Extension API': Extensions.md
52    - 'Stemming Support': Stemming.md
53    - 'Synonyms Support': Synonyms.md
54    - 'Document Payloads': payloads.md
55    - 'Spelling Correction': Spellcheck.md
56    - 'Phonetic Matching': Phonetic_Matching.md
57  - Clients:
58    - 'Client Libraries': 'Clients.md'
59    - 'Python API': python_client.md
60    - 'Java API': java_client.md
61    - 'Go API': go_client.md
62
63  - Design Documents:
64    - 'Garbage Collection': 'design/gc.md'
65  - Articles:
66    - 'Multi-Threading in RediSearch': Threading.md
67
68  - 'Chinese Support': 'Chinese.md'
69
70  - 'Contributor agreement': contrib.md
71
72plugins:
73  - search
74  - versions-menu:
75      exclude-regexes:
76      - '(1\.8)'
77