-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yaml
109 lines (101 loc) · 4.05 KB
/
mkdocs.yaml
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
site_name: "COM2009: ROS2 Labs"
site_url: https://tom-howard.github.io/com2009/
site_description: ROS2 Labs for the COM2009 (& COM3009) Robotics Course at The University of Sheffield.
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: Source Sans Pro
code: Source Code Pro
palette:
# Palette toggle for light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
custom_dir: overrides
logo: assets/tuos.png
favicon: assets/tuos_logo.svg
features:
- navigation.tracking
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.footer
- navigation.indexes
- toc.follow
- content.code.copy
- content.code.annotate
- content.action.edit
- content.action.view
copyright: >
© <a href="https://www.sheffield.ac.uk/engineering/diamond-engineering/our-staff/tom-howard">Tom Howard</a>, The University of Sheffield, 2024 (License: <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a>)<br />
<a href="#__consent">Change cookie settings</a>
repo_url: https://github.com/tom-howard/com2009
repo_name: tom-howard/com2009
edit_uri: ./edit/main/docs
plugins:
- search
- awesome-pages
- git-revision-date-localized:
enable_creation_date: true
type: timeago
enabled: !ENV [CI, false]
- privacy:
enabled: !ENV [CI, false]
markdown_extensions:
- admonition # https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- pymdownx.highlight: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite
anchor_linenums: true # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
- pymdownx.inlinehilite # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#inlinehilite
- pymdownx.snippets # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#snippets
- pymdownx.details # https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/reference/admonitions/
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
- pymdownx.emoji: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#+toc.permalink
- attr_list
- md_in_html
- footnotes
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
analytics:
provider: google
property: G-F7SQFPV0T8
consent:
title: Cookie consent
description:
We use cookies to monitor the usage of these resources, and to understand
how effective they are in supporting your learning. Cookies also help us to
evaluate how much impact our teaching materials are making in the community.
With your support, you are helping us to make our teaching resources better.