-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (53 loc) · 2.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
55 lines (53 loc) · 2.17 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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
- AI-assisted Coding: ai-coding.md
- Reusable AGENTS.md: agents-template.md
- Healthcare AI-assisted Coding: healthcare-ai-coding.md
- Cookbooks:
- Overview: cookbooks/index.md
- Code Index for Agents: cookbooks/code-index.md
- Hello-world Production: cookbooks/hello-world-production.md
- Add a BusinessOperation: cookbooks/add-business-operation.md
- Add a BusinessProcess: cookbooks/add-business-process.md
- Add a PollingBusinessService: cookbooks/add-polling-service.md
- Production Settings and Targets: cookbooks/production-settings-and-targets.md
- Remote Migration: cookbooks/remote-migration.md
- HL7v2 Native Input: cookbooks/hl7v2-native-input.md
- HL7v2 to FHIR with fhir-converter: cookbooks/hl7v2-to-fhir-with-fhir-converter.md
- FHIR Submission with a Python Client: cookbooks/fhir-submission-python-client.md
- API documentation:
- Command Line Interface: command-line.md
- Python API: python-api.md
- Production Change Workflow: production-change-workflow.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
- Production Graph: production-graph.md
- Useful Links: useful-links.md
- About:
- Changelog: changelog.md
- Credits: credits.md
- Benchmarks: benchmarks.md
theme: readthedocs
markdown_extensions:
- pymdownx.snippets