-
-
Notifications
You must be signed in to change notification settings - Fork 58
/
mkdocs.yml
45 lines (40 loc) · 891 Bytes
/
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
docs_dir: docs-src
site_dir: docs
edit_uri: edit/master/docs-src/
site_name: RediSearch-PHP
repo_url: https://github.com/ethanhann/redisearch-php
site_author: Ethan Hann
copyright: © 2018 - Ethan Hann
pages:
- Getting Started: 'index.md'
- Documentation:
- 'indexing.md'
- 'searching.md'
- 'aggregating.md'
- 'suggesting.md'
- Laravel Support: 'laravel-support.md'
- 'changelog.md'
extra_css:
- css/style.css
theme:
name: 'material'
favicon: 'images/logo.png'
logo: 'images/logo.png'
palette:
primary: 'red'
accent: 'red'
feature:
tabs: false
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.inlinehilite:
css_class: codehilite
- pymdownx.highlight:
css_class: codehilite
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true