-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
84 lines (75 loc) · 1.96 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
# Project information
site_name: 'Global Open Facility Registry'
site_description: 'GOFR Documentation'
site_author: 'IntraHealth'
site_url: 'https://github.com/intrahealth/gofr'
# Repository
repo_name: 'intrahealth/gofr'
repo_url: 'https://github.com/intrahealth/gofr'
# Copyright
copyright: 'Copyright © 2022 IntraHealth International'
# Theme
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'blue'
icon:
logo: material/library
language: 'en'
font:
text: 'Roboto'
code: 'Noto Sans HK'
features:
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- toc.integrate
- navigation.sections
favicon: favicon.png
nav:
- Home: index.md
- User Guide:
- user_guide/introduction.md
- user_guide/data_sources.md
- user_guide/partitions.md
- user_guide/facility_reconciliation.md
- user_guide/facility_registry.md
- user_guide/configure_system.md
- user_guide/user_management.md
- Developer Guide:
- developer_guide/getting_started.md
- developer_guide/architechture.md
- developer_guide/load_query.md
- developer_guide/working_with_fhir.md
- developer_guide/mcsd.md
- developer_guide/forms.md
- developer_guide/ansible.md
- developer_guide/gofr_installation.md
- developer_guide/server_administration.md
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- admonition
- footnotes
- md_in_html
- attr_list
# - codehilite
- toc:
toc_depth: 2
permalink: true
# https://github.com/zhaoterryy/mkdocs-pdf-export-plugin not working
plugins:
- search
- git-revision-date-localized
- mkdocs-video
- mknotebooks
- mkdocstrings
# - pdf-export:
# combined: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/intrahealth/gofr