-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
113 lines (100 loc) · 3.32 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# main site metadata and titles
site_name: rcpch.tech
site_description: RCPCH Incubator Landing pages
site_author: The Royal College of Paediatrics and Child Health
site_url: https://rcpch.tech
# copyright information which is shown in the footer
copyright: Copyright © 2024 Royal College of Paediatrics and Child Health (RCPCH)
# these lines configure the 'GitHub repo' widget on the top right
# COMMENTED OUT AS NOT REALLY NEEDED FOR POC rcpch.tech SITE 20.03.2024
# repo_url: https://github.com/rcpch/rcpch.tech
# repo_name: rcpch/rcpch.tech
# edit_uri: blob/live/docs
# `mkdocs serve` serves the documentation at custom port (to avoid clashing with other services we commonly run)
dev_addr: "0.0.0.0:8000"
# theme settings, fonts, colours
theme:
name: material
#custom_dir: rcpch-theme
features:
# - content.action.edit # COMMENTED OUT AS NOT REALLY NEEDED FOR POC rcpch.tech SITE 20.03.2024
# - content.action.view # COMMENTED OUT AS NOT REALLY NEEDED FOR POC rcpch.tech SITE 20.03.2024
- navigation.expand
- navigation.footer # explicitly adds footer prev/next (Material4MkDocs9.0)
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
# - toc.integrate
palette:
# Palette toggle for dark mode
- scheme: rcpch-dark
toggle:
icon: material/lightbulb
name: Switch to light mode
# Palette toggle for light mode
- scheme: rcpch-light
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
font:
text: Montserrat
code: Roboto Mono
favicon: _assets/_images/dynamic-child-favicon-purple.png
logo: _assets/_images/2024-purple-incubator-logo.png
# mkdocs plugins
plugins:
# COMMENTED OUT AS NOT REALLY NEEDED FOR POC rcpch.tech SITE 20.03.2024
# - git-committers:
# repository: rcpch/rcpch.tech
# branch: live
# enabled: !ENV [ENABLE_GIT_COMMITTERS, false] # makes Git Committers optional
# - git-revision-date-localized:
# enable_creation_date: true
- search
# COMMENTED OUT AS NOT REALLY NEEDED FOR POC rcpch.tech SITE 20.03.2024
# - with-pdf:
# back_cover: false
# cover_title: rcpch.tech
# cover_subtitle:
# exclude_pages:
# - 'home/download/'
# output_path: pdf/rcpch-tech.pdf
# enabled_if_env: ENABLE_PDF_EXPORT
# #debug_html: true
# #show_anchors: true
# #verbose: true
# additional markdown features
markdown_extensions:
- abbr
- admonition
- attr_list
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- md_in_html # Parse markdown within HTML tags
# set extra CSS file
extra_css:
- _assets/_stylesheets/extra.css
# footer links and variables
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/rcpchtweets
- icon: fontawesome/brands/github
link: https://github.com/rcpch