forked from RedisGraph/RedisGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (35 loc) · 870 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (35 loc) · 870 Bytes
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
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'
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
pages:
- 'Quickstart': index.md
- 'Commands': commands.md
- 'Result Set structure': result_structure.md
- 'Design': design.md
- 'Contributor agreement': contrib.md
- 'Cypher coverage': cypher_support.md
- 'Known limitations': known_limitations.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: True