generated from intersystems-community/iris-interoperability-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (36 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
38 lines (36 loc) · 1.2 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: IoP (Interoperability On Python)
site_description: A Python-first approach to build Interoperability solutions on IRIS and Health Connect
site_author: grongier@intersystems.com
site_url: https://grongierisc.github.io/interoperability-embedded-python/
docs_dir: docs
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- First Steps: getting-started/first-steps.md
- Register Component: getting-started/register-component.md
- API documentation:
- Command Line Interface: command-line.md
- Python API: python-api.md
- REST API (/api/iop): rest-api.md
- Component Interaction: component-interaction.md
- DTL Support: dtl.md
- Logging: logging.md
- Debugging: debug.md
- Production Settings: prod-settings.md
- Venv Support: venv.md
- Wrapper Support: wrapper.md
- Settings: settings.md
- Contributing:
- Contributing: contributing.md
- Code of Conduct: code-of-conduct.md
- Reference:
- Examples: example.md
- Useful Links: useful-links.md
- About:
- Changelog: changelog.md
- Credits: credits.md
- Benchmarks: benchmarks.md
theme: readthedocs
markdown_extensions:
- pymdownx.snippets