This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
171 lines (164 loc) · 5.11 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
site_name: Guest Documentation | Westminster Presbyterian Church - Mackey Hall Technology
repo_name: jackveney/wpc-tech-docs-guest
repo_url: https://github.com/jackveney/wpc-tech-docs-guest
edit_uri: ""
extra_css:
- "css/extra.css"
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/jackveney/wpc-tech-docs-guest
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/wpcwooster
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/wpc_wooster
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/westminsterwooster
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
site_description: The Westminster Presbyterian Church Guest Technology Documentation is a reference guide for guests using the technology in Mackey Hall.
site_author: Jack Veney
theme:
name: material
custom_dir: material/overrides
features:
- content.action.view
- content.code.annotate
- content.code.copy
- navigation.footer
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: assets/WPC_logo.png
favicon: assets/WPC_logo.png
icon:
repo: fontawesome/brands/github
language: en
static_templates:
- 404.html
markdown_extensions:
- tables
- pymdownx.keys
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
copyright: Copyright © 2023 Jack Veney - Westminster Presbyterian Church Wooster, Ohio
plugins:
- search:
lang: en
- social:
cards: !ENV [CARDS, false]
- redirects:
redirect_maps:
docs.md: documentation/index.md
- minify:
minify_html: true
- git-revision-date-localized:
fallback_to_build_date: true
- with-pdf:
#author: WHO
#copyright: ANY TEXT
#
cover: true
back_cover: true
cover_title: Guest Documentation
cover_subtitle: Westminster Presbyterian Church - Mackey Hall Technology
cover_logo: assets/images/banner.png
#custom_template_path: TEMPLATES PATH
#
toc_title: Table of Contents
#heading_shift: false
toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
exclude_pages:
- "changelog/"
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
output_path: pdf/document.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
#debug_html: true
#show_anchors: true
#verbose: true
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ""
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
# Page tree
nav:
- Home: index.md
- About:
- About: about.md
- Changelog: changelog.md
- Documentation:
- Documentation: documentation/index.md
- Video:
- Lowering Projector Screen: documentation/video/lowering_screen.md
- Retracting Projector Screen: documentation/video/retracting_screen.md
- Turning Projector On: documentation/video/turning_projector_on.md
- Turning Projector Off: documentation/video/turning_projector_off.md
- Input Methods: documentation/video/inputs.md
- Audio:
- Turning Sound System On: documentation/audio/turning_sound_system_on.md
- Connecting iPad to Sound System: documentation/audio/ipad_sound_system.md
- Using Computer Audio: documentation/audio/computer_audio.md
- Connecting and Using Microphones: documentation/audio/microphones.md
# - Computers:
# - Mackey Hall Computers: documentation/turning_projector_on.md
# - Personal Computer: documentation/turning_projector_on.md
# - Troubleshooting:
# - iPad Not Connecting to Sound System: documentation/turning_projector_on.md
# - No Sound Output: documentation/turning_projector_on.md
# - No Computer Audio Output: documentation/turning_projector_on.md
# - No Video Output from Projector: documentation/turning_projector_on.md
- PDF: pdf/document.pdf