This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
96 lines (87 loc) · 2.14 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
# 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-docs"
# Repository
repo_name: "intrahealth/client-registry-docs"
repo_url: "https://github.com/intrahealth/client-registry-docs"
# Copyright
copyright: "Copyright © 2020 IntraHealth International"
# Theme
theme:
name: "material"
palette:
primary: "blue grey"
accent: "indigo"
language: "en"
features:
- tabs
font:
text: "Roboto"
code: "Roboto Mono"
nav:
- Overview:
- 'index.md'
- 'process.md'
- 'usecases.md'
- 'openmrs.md'
- 'cruid.md'
- 'algos.md'
- 'supported.md'
- 'architecture.md'
- User Manual:
- 'user/introduction.md'
- 'user/process.md'
- 'user/ui.md'
- 'user/guide.md'
- 'user/roles.md'
- 'user/resources.md'
- Developer Manual:
- 'Introduction':
- 'dev/proficiencies.md'
- 'dev/internals.md'
- 'Getting Started (Docker)':
- 'dev/docker.md'
- 'dev/queries.md'
- 'notebooks/basic_query_in_python.ipynb'
- 'dev/decision_rules.md'
- 'Installation':
- 'dev/requirements.md'
- 'dev/method.md'
- 'dev/configuration.md'
- 'dev/installation.md'
- 'dev/installation_full.md'
- 'dev/ansible.md'
- 'Load Bulk Data':
- 'dev/loadjs.md'
- 'notebooks/load_bulk_data_in_python.ipynb'
- 'Production Considerations':
- 'dev/security.md'
- 'dev/backup.md'
- 'dev/troubleshooting.md'
- 'dev/docs.md'
- 'dev/license.md'
- 'dev/contributing.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
toc_depth : "1-1"
- 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'