forked from RediSearch/RediSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (60 loc) · 1.79 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: RediSearch Documentation
site_url: https://oss.redislabs.com/redisearch
repo_url: https://github.com/RedisLabsModules/RediSearch
repo_name: RedisLabsModules/RediSearch
google_analytics:
- 'UA-92003007-1'
- 'auto'
markdown_extensions:
- codehilite
- toc:
permalink: True
separator: "_"
- admonition
use_directory_urls: false
theme:
name: 'material'
language: 'en'
logo: 'logo_small.png'
favicon: 'img/favicon.png'
palette:
primary: 'indigo'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
pages:
- 'Home': 'index.md'
- 'Quick Start': 'Quick_Start.md'
- 'Command Reference': 'Commands.md'
- 'Configuration': 'Configuring.md'
- 'Administration': "Administration.md"
- Reference:
- 'Query Syntax': 'Query_Syntax.md'
- 'Stop-Words': 'Stopwords.md'
- 'Aggregations': 'Aggregations.md'
- 'Tokenization and Escaping': 'Escaping.md'
- 'Sortable Values': 'Sorting.md'
- 'Tag Fields': 'Tags.md'
- 'Highlighting Results': Highlight.md
- 'Scoring Documents': 'Scoring.md'
- 'Extension API': Extensions.md
- 'Stemming Support': Stemming.md
- 'Synonyms Support': Synonyms.md
- 'Document Payloads': payloads.md
- 'Spelling Correction': Spellcheck.md
- 'Phonetic Matching': Phonetic_Matching.md
- Clients:
- 'Client Libraries': 'Clients.md'
- 'Python API': python_client.md
- 'Java API': java_client.md
- 'Go API': go_client.md
- Design Documents:
- 'Garbage Collection': 'design/gc.md'
- Articles:
- 'Multi-Threading in RediSearch': Threading.md
- 'Chinese Support': 'Chinese.md'
- 'Contributor agreement': contrib.md
#google_analytics: ['UA-89573912-1', 'redisearch']