-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
59 lines (55 loc) · 1.36 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
site_name: PhpMetrics
site_url: https://phpmetrics.org
repo_url: https://github.com/phpmetrics/PhpMetrics/
repo_name: phpmetrics/PhpMetrics
site_description: Beautiful and understandable static analysis tool for PHP
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- search.highlight
- search.share
nav:
- Home: index.md
- Quick Start: getting-started.md
- Metrics: metrics.md
- Configuration: configuration.md
- License: license.md
markdown_extensions:
- pymdownx.highlight
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
plugins:
- search
extra_css:
- css/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
analytics:
provider: google
property: UA-xxxx
consent:
title: Cookie consent
description: >
We use cookies to improve documentation's navigation.