-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (59 loc) · 1.63 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
site_name: An Empirical Investigation into the Use of Image Captioning for Automated Software Documentation
site_author: Kevin Moran
copyright: '©2022 Kevin Moran'
nav:
- Home: index.md
# - Schedule: schedule.md
# - Assignments: assignments.md
# - Hands On Sessions: hands-on-sessions.md
# - Syllabus: syllabus.md
# - Resources: resources.md
theme:
name: 'material'
logo: 'images/GMU-Logo.png'
favicon: 'images/GMU-Logo.png'
features:
#- navigation.tabs
palette:
# Toggle Light Mode
- scheme: gmu
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
#Toggle Dark Mode
- scheme: slate
primary: 'green'
accent: 'light green'
toggle:
icon: material/toggle-switch
name: Switch to dark mode
plugins:
- search
- encryptcontent:
title_prefix: '[Protected]'
summary: 'This Content is Password Protected'
placeholder: 'Click here to type the Password, then press Enter'
decryption_failure_message: 'Invalid Password'
encryption_info_message: 'This course content is password protected. Please enter the password provided by the instructor.'
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.keys
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 3
- attr_list
- meta
- footnotes
extra:
generator: false