forked from RediSearch/RediSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (79 loc) · 2.15 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: RediSearch - Redis Secondary Index & Query Engine
site_url: https://oss.redislabs.com/redisearch
repo_url: https://github.com/RediSearch/RediSearch
repo_name: RediSearch/RediSearch
google_analytics:
- 'UA-92003007-1'
- 'auto'
extra_javascript:
- gtm.js
markdown_extensions:
- codehilite
- toc:
permalink: True
separator: "_"
toc_depth: 3
- admonition
use_directory_urls: true
theme:
name: 'material'
language: 'en'
logo: 'img/logo_small.png'
favicon: 'img/favicon.png'
palette:
primary: 'indigo'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
nav:
- 'Home': 'index.md'
- 'Quick Start': 'Quick_Start.md'
- 'Command Reference': 'Commands.md'
- 'Configuration': 'Configuring.md'
- 'Development': 'Development.md'
- 'Clients': 'Clients.md'
- Administration:
- 'General administration': "Administration.md"
- 'Upgrade to 2.0 when running in Redis OSS': Upgrade_to_2.0.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
- Design Documents:
- 'Garbage Collection': 'design/gc.md'
- 'Indexing JSON': 'Indexing_JSON.md'
- 'Chinese Support': 'Chinese.md'
- 'Contributor agreement': contrib.md
plugins:
- search
- modules-template:
modules:
- name: 'Time Series'
link: '/redistimeseries'
- name: 'Bloom'
link: '/redisbloom'
- name: 'Graph'
link: '/redisgraph'
- name: 'JSON'
link: '/redisjson'
- name: 'AI'
link: '/redisai'
- name: 'Gears'
link: '/redisgears'
- versions-menu:
exclude-regexes:
- '1\.8'