-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
57 lines (51 loc) · 1.17 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
docs_dir: docs-src
site_dir: docs
edit_uri: edit/master/docs-src/
# Project information
site_name: 'Baka Router'
site_description: 'A tool to create multiple Phalcon Collections with easy.'
site_author: 'Esteban De la Rosa'
site_url: 'https://bakaphp.github.io/router'
pages:
- Getting Started: 'index.md'
- Documentation:
- routes.md
# Configuration
theme:
name: 'material'
palette:
primary: 'red'
accent: 'red'
feature:
tabs: false
# Repository
repo_name: 'bakaphp/router'
repo_url: 'https://github.com/bakaphp/router'
# Customization
extra_css:
- css/style.css
extra:
social:
- type: 'github'
link: 'https://github.com/gabbanaesteban'
- type: 'twitter'
link: 'https://twitter.com/gabbanaesteban'
- type: 'linkedin'
link: 'https://linkedin.com/in/gabbanaesteban'
search:
tokenizer: '[\s\-\.]+'
# Extensions
markdown_extensions:
- admonition
- 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