forked from intrahealth/client-registry
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
104 lines (94 loc) · 2.34 KB
/
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
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
# Project information
site_name: "OpenCR Documentation"
site_description: "Technical documentation for the Open Client Registry"
site_author: "IntraHealth"
site_url: "https://github.com/intrahealth/client-registry"
# Repository
repo_name: "intrahealth/client-registry"
repo_url: "https://github.com/intrahealth/client-registry"
# Copyright
copyright: "Copyright © 2020 IntraHealth International"
# Theme
theme:
name: "material"
palette:
primary: "blue grey"
accent: "indigo"
language: "en"
font:
text: "Roboto"
code: "Roboto Mono"
features:
# - navigation.expand
- navigation.tabs
nav:
- Home:
- 'index.md'
- User:
- 'user/introduction.md'
- 'user/process.md'
- 'user/recordlinkage.md'
- 'user/usecases.md'
- 'user/ui.md'
- 'user/ui-advanced.md'
- 'user/openmrs.md'
- 'user/cruid.md'
- 'user/algos.md'
- 'user/supported.md'
- Implementer:
# - 'user/process.md'
- 'user/guide.md'
- 'impl/roles.md'
- 'user/resources.md'
- Developer:
- 'dev/addalgos.md'
- 'dev/docs.md'
- 'dev/license.md'
- 'dev/contributing.md'
- 'dev/roadmap.md'
- Sysadmin:
- 'Introduction':
- 'admin/architecture.md'
- 'admin/proficiencies.md'
- 'admin/internals.md'
- 'Getting Started (Docker)':
- 'admin/docker.md'
- 'admin/queries.md'
- 'notebooks/basic_query_in_python.ipynb'
- 'admin/decision_rules.md'
- 'Installation':
- 'admin/requirements.md'
- 'admin/method.md'
- 'admin/configuration.md'
- 'admin/installation.md'
- 'admin/installation_full.md'
- 'admin/ansible.md'
- 'Load Bulk Data':
- 'admin/loadjs.md'
- 'notebooks/load_bulk_data_in_python.ipynb'
- 'Production Considerations':
- 'admin/security.md'
- 'admin/backup.md'
- 'admin/troubleshooting.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
toc_depth : "3"
- footnotes
# https://github.com/zhaoterryy/mkdocs-pdf-export-plugin not working
plugins:
- search
- git-revision-date-localized
- mknotebooks
# - pdf-export:
# combined: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/intrahealth/client-registry
# theme:
# logo: 'images/logo.png' must be 128x128
# logo:
# icon: 'menu_book'