-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (70 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
83 lines (70 loc) · 2 KB
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
site_name: EGR314 Report
site_url: https://embedded-systems-design.github.io/template_report
repo_url: https://github.com/embedded-systems-design/template_report
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: custom_theme/
palette:
primary: blue
accent: indigo
font:
text: Roboto
logo: static/logo.svg
favicon: static/logo.png
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- navigation.top
- navigation.path
- navigation.indexes
- navigation.prune
- content.action.edit
- navigation.footer
# - navigation.sections
# - navigation.expand
# - navigation.instant # doesn't work that well
markdown_extensions:
- attr_list #add attributes using curly brackets to images, see https://squidfunk.github.io/mkdocs-material/reference/images/
- md_in_html # see https://squidfunk.github.io/mkdocs-material/reference/images/
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.tilde: {}
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
draft_docs: |
**/*_unpublished.md
**/*_draft.md
**/*_draft**
plugins:
- search
- glightbox # allow resize images, see https://squidfunk.github.io/mkdocs-material/reference/images/
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Block Diagram: block-diagram.md
- Component Selection: component-selection.md
- Schematics: schematic.md
- Bill of Materials: bill-of-materials.md
- Power, I2C: power-distribution.md
- PCB Design & Manufacturing: pcb-design.md
- API: API.md
- Version 2.0: version-improvements.md
not_in_nav: |
static
copyright: "Copyright © 2025 MacroChip"
extra:
generator: false
social:
- icon: fontawesome/regular/file-code
link: /2023_fall
name: 2023 Site