-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
66 lines (59 loc) · 1.46 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
# Project information
site_name: 'emNutt Documentation'
site_description: 'Technical documentation for emNutt'
site_author: 'IntraHealth'
site_url: 'https://github.com/intrahealth/emNutt'
# Repository
repo_name: 'intrahealth/emNutt'
repo_url: 'https://github.com/intrahealth/emNutt'
# Copyright
copyright: 'Copyright © 2020 IntraHealth International'
# Theme
theme:
name: 'material'
palette:
primary: 'blue grey'
accent: 'indigo'
language: 'en'
features:
- navigation.tabs
font:
text: 'Roboto'
code: 'Roboto Mono'
nav:
- Overview:
- 'index.md'
- User Manual:
- 'user/introduction.md'
- Developer Manual:
- 'Normal Installation':
- 'dev/prerequisites_normal.md'
- 'dev/installation_normal.md'
- 'Docker Installation':
- 'dev/prerequisites_docker.md'
- 'dev/installation_docker.md'
- 'dev/configuration.md'
- 'dev/endpoints.md'
- mHero FHIR Profiles: 'profiles/toc.html'
- 'dev/roadmap.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
# - pdf-export:
# combined: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/intrahealth/emNutt
# theme:
# logo: 'images/logo.png' must be 128x128
# logo:
# icon: 'menu_book'