-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (31 loc) · 804 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (31 loc) · 804 Bytes
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
site_name: "Openmock"
site_url: "https://openmock.readthedocs.io/"
site_author: "Matthew Dean Martin <matthewdeanmartin@gmail.com>"
site_description: "Stateful OpenSearch test surrogate for Python unit tests."
repo_url: "https://github.com/matthewdeanmartin/openmock"
edit_uri: edit/main/docs/
theme:
name: readthedocs
markdown_extensions:
- attr_list
- codehilite
- toc:
permalink: true
not_in_nav: |
/requirements.txt
/openmock/**
nav:
- "Home": "index.md"
- "Using Openmock in unit tests": "unit-testing.md"
- "Web UI and REST bridge": "web-ui.md"
- "Contributing": "contributing.md"
- "API reference": "api-reference.md"
validation:
nav:
omitted_files: warn
links:
absolute_links: warn
unrecognized_links: warn
anchors: warn
plugins:
- search