forked from intrahealth/gofr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
65 lines (56 loc) · 1.33 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
# Project information
site_name: "GOFR Documentation"
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 © 2021 IntraHealth International"
# Theme
theme:
name: "material"
palette:
primary: "Noto Sans HK"
accent: "indigo"
language: "en"
font:
text: "Roboto"
code: "Monaco"
features:
- navigation.expand
# - navigation.tabs
- toc.integrate
nav:
- Welcome to GOFR!:
- 'index.md'
- Getting started:
- 'getting_started/getting_started.md'
- Working with FHIR:
- 'working_with_fhir/working_with_fhir.md'
- 'working_with_fhir/mcsd.md'
- Server administration:
- 'server_administration/server_administration.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
toc_depth : "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/gofr
# theme:
# logo: 'images/logo.png' must be 128x128
# logo:
# icon: 'menu_book'