forked from iHRIS/iHRIS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
87 lines (81 loc) · 1.81 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
# Project information
site_name: 'iHRIS V5 Technical Documentation'
site_description: 'Technical documentation for iHRIS V5'
site_author: 'IntraHealth International'
site_url: 'https://github.com/iHRIS/iHRIS'
# Repository
repo_name: 'iHRIS'
repo_url: 'https://github.com/iHRIS'
# Copyright
copyright: 'Copyright © 2020 IntraHealth International'
# Theme
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'blue'
language: 'en'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.tabs
# - navigation.expand
nav:
- Home:
- 'index.md'
# - User:
# - Implementer:
- Developer:
- dev/roadmap.md
- dev/customization.md
- dev/fhir_http.md
- dev/roles_and_tasks.md
- dev/short_name.md
- dev/task_resolution.md
- dev/todo.md
- Sysadmin:
- admin/ansible_installation.md
- admin/docker.md
- admin/manual_install.md
- admin/config.md
- User:
- user/approach.md
- user/introduction.md
- user/people.md
- user/positions.md
- user/mhero.md
- user/database.md
- user/dashboard.md
- user/locations.md
- user/audit_logs.md
- user/reports.md
- user/system_users.md
- user/ihris_apps.md
- FAQs:
- faq/faq.md
- Video Tutorials:
- video/video.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
- mkdocs-video
# - mknotebooks
# - pdf-export:
# combined: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/iHRIS/iHRIS
# theme:
# logo: 'images/logo.png' must be 128x128
# logo:
# icon: 'menu_book'