forked from scandihealth/lpr3-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (28 loc) · 873 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
docs_dir: src
site_name: Landspatientregisteret 3 - Technical documentation
pages:
- Home: index.md
- Definitions: definitions.md
- Governace: governance.md
- Documentation:
- Interface aspects and usage: aspects.md
- Submission scheme: submission-scheme.md
- Interfaces:
- XDR: interface/xdr.md
- Accumulated error list: interface/accumulated-error-list.md
- Production environment: productionenvironment.md
- Test environment: testenvironment.md
- Development resources: developmentresources.md
- Scenarios: scenarios.md
- Examples: examples.md
- FAQ: faq.md
- Related material and links: links.md
#- LPR 2 specifik dokumentation:
theme: readthedocs
repo_url: https://github.com/scandihealth/lpr3-docs/
edit_uri: edit/master/src
use_directory_urls: false
markdown_extensions: [fenced_code]
extra_css:
- css/highlight.js/idea.css
- css/theme-overrides.css