-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1022 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
site_name: HRI Documentation
site_description: Documentation for the Health Record Ingestion Service
repo_url: https://github.com/Alvearie/HRI
docs_dir: ./documentation
nav:
- Introduction: index.md
- Processing Flows: processflow.md
- API Specification: apispec.md
- Multi-Tenancy: multitenancy.md
- Validation: validation.md
- Deployment: deployment.md
- Administration: admin.md
- Authorization: auth.md
- Performance: performance.md
- Monitoring & Logging: monitorlog.md
- Troubleshooting: troubleshooting.md
- Releases: releases.md
- Glossary of Terms: glossary.md
- Roadmap: roadmap.md
theme:
name: material
palette:
scheme: default
copyright: 'Copyright © 2021 IBM Watson Health<br>'
site_dir: docs_build
extra_css:
- css/custom_style.css
extra_javascript:
- js/links_in_new_tabs.js
markdown_extensions:
- admonition:
- codehilite:
- extra:
- pymdownx.magiclink:
- sane_lists:
- smarty:
- toc:
permalink: True
extra:
version:
provider: mike