-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
77 lines (68 loc) · 1.96 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
74
75
76
77
site_name: Phake - PHP Mocking Framework
repo_name: "phake/phake"
repo_url: https://github.com/phake/phake
site_url: https://phake.github.io/
edit_uri: "https://github.com/phake/phake.github.io/tree/master/src"
docs_dir: src
site_dir: htdocs
site_description: |
Modern PHP Mocking Framwork for PHP7 and PHP8.
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
permalink: " ¶"
- pymdownx.inlinehilite
- pymdownx.highlight:
auto_title: false
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
copyright: "© 2023 Created and maintained by <a href=\"https://github.com/mlively\">Mike Lively</a>, <a href=\"https://github.com/bfeaver\">Brian Feaver</a> and <a href=\"https://github.com/adoy\">Pierrick Charron</a>."
theme:
name: material
custom_dir: theme
logo: assets/images/phake-white.svg
features:
- search.suggest
- search.highlight
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.integrate
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
nav:
- Home: index.md
- Getting started: getting-started.md
- Documentation:
- Introduction: doc/index.md
- Creating Mocks: doc/mocks.md
- Method Stubbing: doc/stubbing.md
- Method Verification: doc/method-verification.md
- Mocking Static Methods: doc/mocking-statics.md
- Answers: doc/answers.md
- Method Parameter Matchers: doc/method-parameter-matchers.md
- Configuration: doc/configuration.md
- Cookbooks:
- doc/cookbooks/annotations.md
- cheat-sheet.md
plugins:
- search:
separator: '[\s\-\.\:]'
extra:
analytics:
provider: google
property: G-ZH298BGVL6