forked from emusolutions/RedisGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (45 loc) · 1.07 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
site_name: RedisGraph - a graph database module for Redis
site_url: http://redisgraph.io
repo_url: https://github.com/RedisGraph/RedisGraph
repo_name: RedisGraph/RedisGraph
google_analytics:
- 'UA-92003007-1'
- 'auto'
extra_javascript:
- gtm.js
use_directory_urls: true
theme:
name: 'material'
language: 'en'
logo: 'images/logo_small.png'
favicon: 'images/favicon.png'
palette:
primary: 'indigo'
accent: 'red'
font:
text: 'Roboto'
code: 'Roboto Mono'
feature:
tabs: false
nav:
- 'Quickstart': index.md
- 'Commands': commands.md
- 'Clients': clients.md
- 'Configuration': configuration.md
- 'Design Documents':
- 'Result Set structure': result_structure.md
- 'Client Specification': client_spec.md
- 'Design': design.md
- 'Contributor agreement': contrib.md
- 'Cypher coverage': cypher_support.md
- 'References': References.md
- 'Known limitations': known_limitations.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: True
plugins:
- search
- versions-menu