forked from amyasnikov/validity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
27 lines (26 loc) · 790 Bytes
/
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
site_name: Validity
repo_url: https://github.com/amyasnikov/validity/
theme: readthedocs
nav:
- Intro: index.md
- Installation: installation.md
- Plugin Settings: plugin_settings.md
- Quickstart: quickstart.md
- Entities:
- Git Repositories: entities/git_repos.md
- Selectors: entities/selectors.md
- Config Serializers: entities/serializers.md
- Compliance Tests: entities/tests.md
- Name Sets: entities/namesets.md
- Results & Reports: entities/results_and_reports.md
- Scripts: entities/scripts.md
- Features & Tips:
- How to write the Tests: features/howto_write_tests.md
- Dynamic Pairs: features/dynamic_pairs.md
- Webhooks: features/webhooks.md
markdown_extensions:
- admonition
- tables
- toc
plugins:
- include-markdown