forked from mockzilla/mockzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (86 loc) · 1.95 KB
/
Copy pathmkdocs.yml
File metadata and controls
88 lines (86 loc) · 1.95 KB
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
78
79
80
81
82
83
84
85
86
87
88
site_name: "Mockzilla Documentation"
repo_url: https://github.com/mockzilla/mockzilla
theme:
custom_dir: resources/docs
features:
- content.code.annotate
- content.code.copy
- content.code.select
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.suggest
- search.highlight
- header.autohide
font:
code: Roboto Mono
text: Roboto
locale: en
logo: images/logo.png
favicon: images/favicon.ico
name: material
icon:
annotation: material/plus-circle
palette:
- accent: indigo
primary: blue
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- accent: red
primary: black
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search:
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.snippets:
base_path: [".", "examples"]
- toc:
permalink: true
extra:
generator: false
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
nav:
- Get Started:
- 'Welcome': 'index.md'
- 'How It Works': 'how-it-works.md'
- Usage:
- Portable Mode: 'usage/portable.md'
- Docker Compose: 'usage/docker-compose.md'
- Codegen Mode: 'usage/codegen.md'
- Templates: 'templates.md'
- Services: 'services.md'
- Factory: 'factory.md'
- Configuration:
- App Config: 'config/app.md'
- Service Config: 'config/service.md'
- Codegen Config: 'config/codegen.md'
- Replay: 'replay.md'
- Storage: 'storage.md'
- Middleware: 'middleware.md'
- Contexts:
- Overview: 'contexts.md'
- Fake Functions: 'fake-list.md'
- Commands:
- service: 'commands/service.md'
- simplify: 'commands/simplify.md'
- API:
- Overview: 'api/index.md'