forked from ga4gh/refget-compliance-suite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
28 lines (23 loc) · 744 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
28
site_name: Compliance Documentation
site_description: Compliance Documentation for refget API Servers
site_author: GA4GH
repo_url: https://github.com/ga4gh/refget-compliance-suite/
pages:
- 'Preamble': 'index.md'
- 'API Specification': 'api_spec.md'
- 'Test Sequences': 'test_sequences.md'
- 'GET Sequence API':
- 'Success Conditions': 'GET_sequence_API/success.md'
- 'Error Conditions': 'GET_sequence_API/errors.md'
- 'GET Metadata API': 'metadata.md'
- 'GET service-info API': 'service_info.md'
- 'Compliance Utility Report system': 'utility.md'
markdown_extensions:
- toc:
permalink:
- admonition
- def_list
extra_css:
- css/extra.css
theme:
name: 'readthedocs'