-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (35 loc) · 1.01 KB
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (35 loc) · 1.01 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
site_name: api-tester-cli
site_url: https://snytkine.github.io/api-tester-cli/
site_description: Spring Boot CLI for running HTTP API test suites defined in YAML
site_author: Dmitri Snytkine
repo_url: https://github.com/snytkine/api-tester-cli
repo_name: snytkine/api-tester-cli
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- content.code.copy
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- CLI Reference: cli-reference.md
- Test Suite Configuration: test-suite-configuration.md
- Templating: templating.md
- Assertions: assertions.md
- HTML Execution Report: html-report.md
- Schema Support: schema-support.md
- Environment Variables & Debugging: environment-variables.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true