-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
58 lines (58 loc) · 1.31 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
site_name: Camouflage
site_author: Shubhendu Madhukar
repo_url: https://github.com/fauxauldrich/camouflage
theme:
name: material
logo: camouflage.png
features:
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: red
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
nav:
- index.md
- getting-started.md
- folder-structure.md
- handlebars.md
- request-matching.md
- default-response.md
- external-helper.md
- proxying.md
- request-model.md
- response-delays.md
- external-data-source.md
- external-middleware.md
- performance-mode.md
- mocking-gRPC.md
- mocking-websockets.md
- mocking-thrift.md
- mocking-soap.md
- capture-helper.md
- code-helper.md
- camouflage-ui.md
- available-monitoring.md
- tests.md
- back-up-and-restore.md
- openAPI-conversion.md
- validation.md
- configuring-cache.md
- using-with-docker.md
- using-with-kubernetes.md
- contributing.md
extra:
logo: "camouflage.svg"