-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
73 lines (67 loc) · 1.55 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: PHP Kafka Client
site_author: Dirk Adler
docs_dir: docs
theme:
name: 'material'
palette:
- scheme: default
primary: white
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
logo: 'img/php-rdkafka.svg'
favicon: 'img/php-rdkafka.svg'
features:
- navigation.tabs
- navigation.indexes
include_sidebar: false
repo_name: 'idealo/php-rdkafka-ffi'
repo_url: 'https://github.com/idealo/php-rdkafka-ffi'
# enabled extensions
markdown_extensions:
- admonition
- def_list
- footnotes
- meta
- smarty
- attr_list
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
# disables use of <?php
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
copyright: Copyright © idealo internet GmbH.
plugins:
- search
- awesome-pages