File: mkdocs.yml

package info (click to toggle)
redisearch 1%3A1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,076 kB
  • sloc: ansic: 79,131; python: 3,419; pascal: 1,644; makefile: 431; yacc: 422; sh: 5
file content (60 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download | duplicates (2)
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
site_name: RediSearch Documentation
site_url: http://redisearch.io
repo_url: https://github.com/goodform/RediSearch


google_analytics:
  - 'UA-92003007-8'
  - 'auto'
markdown_extensions:
  - codehilite
  - toc(permalink=true, separator="_")
  - admonition
  
use_directory_urls: true
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 (NEW!)': '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
    - 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'

#google_analytics: ['UA-89573912-1', 'redisearch']