forked from kgatman/documentation
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
127 lines (119 loc) · 4.67 KB
/
mkdocs.yml
File metadata and controls
127 lines (119 loc) · 4.67 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Project information
site_name: Lesotho Health SI Systems Documentation
site_description: "Technical documentation for Lesotho's Health Systems"
site_author: "Ministry of Health"
# Repo
repo_name: eRegister/Documentation
site_url: https://github.com/eRegister/docs
# Copyright
copyright: "Copyright © 2020 Ministry of Health - Lesotho"
# Theme
theme:
name: "material"
palette:
primary: "#2d3479"
accent: "indigo"
language: "en"
features:
- navigation.tabs
font:
text: "Roboto"
code: "Roboto Mono"
# Nagivation
nav:
- Overview:
- "index.md"
- "contacts.md"
- DHIS2:
- "User Manual":
- "dhis2/usermanual.md"
- "DataSets":
- "dhis2/intro.md"
- "Integrated Facility Reporting Form":
- "dhis2/family-planning.md"
- "dhis2/nutrition.md"
- "dhis2/hts.md"
- "dhis2/tb.md"
- "dhis2/tb-indicators.md"
- "dhis2/tb-validation-rules.md"
- "dhis2/hiv-care-n-tx.md"
- "Technical Manual":
- "dhis2/installation.md"
- Informed Push:
- "informedpush/informedpush.md"
- "informedpush/informedpusharv.md"
- eRegister:
- "eRegister 092 Release Notes":
- "ereg/eRegister-092-Release-Notes.md"
- "ereg/LIS.md"
- "ereg/FHIR_Modules_Error.md"
- "Reports":
- "reports/reports.md"
- "reports/dhisreporting.md"
- "User Manual":
- "ereg/TB_Program.md"
- "ereg/ART_Program.md"
- "Technical Manual":
- "ereg/intro.md"
- "ereg/workingwithdockerlocally.md"
- "ereg/FAQs.md"
- "ereg/clientregistry.md"
- "ereg/facilityimplementationchecklist.md"
- "ereg/Integration-DHIS2.md"
- "ereg/upgrading-to-092.md"
- "Automated Deployment":
- "ereg/bahmniconfigs.md"
- "ereg/bahmniapps.md"
- "ereg/bahmniaddons.md"
- "ereg/odooreports.md"
- "ereg/DeployingMappings.md"
- "ereg/clinicalsearch.md"
- Laboratory Information System:
- "lis/configuration.md"
- Odoo-Pharmacy:
- "odoo/Overview.md"
- "Pharmacy Module Guideline":
- "odoo/Dispensary.md"
- "odoo/Accounting.md"
- COVID-19:
- "covid/Overview.md"
- "Data Entry Guidelines":
- "covid/Registering-a-Case-or-Suspect.md"
- "covid/Capturing-Weekly-Aggregate-Data.md"
- "covid/Using-Mobile-Devices.md"
- "Technical":
- "covid/Alerts.md"
- "covid/Weekly-Report.md"
- "covid/Validation-Rules.md"
- "covid/Indicators.md"
- "covid/Program-Indicators.md"
- "covid/Program_Rules.md"
- "covid/How-To-Prepare-Docker-Training-Instance.md"
- "Technical":
- "odoo/Menu-Setup.md"
- About Us:
- "covid/About-Us.md"
markdown_extensions:
- admonition:
- codehilite:
guess_lang: false
- toc:
toc_depth: "1-1"
plugins:
- search
# - git-revision-date-localized
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/eRegister/docs
####
# EXTENSIONS NOT WORKING - i don't know why. I'll figure it out
# markdown_extensions:
# - codehilite:
# guess_lang: false
# - toc:
# toc_depth : "1-1"
# - footnotes
# plugins:
# - pdf-export:
# combined: true