-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
102 lines (94 loc) · 3.25 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
site_name: Laser cutter manual
repo_url: https://github.com/uppsala-makerspace/laser_cutter
edit_uri: blob/main/docs/
nav:
- Home: index.md
- Procedure:
- Overview: steps/README.md
- Get material: steps/get_material.md
- Start ventilation: steps/start_ventilation.md
- Power on the laser cutter: steps/power_on_laser_cutter.md
- Start computer: steps/start_computer.md
- Start LightBurn: steps/start_lightburn.md
- Position material: steps/position_material.md
- Setup laser physically: steps/setup_laser_physically.md
- Setup laser in LightBurn: steps/setup_laser_in_lightburn.md
- Load or create an image: load_image.md
- Setup LightBurn: steps/setup_lightburn.md
- Close enclosure: steps/close_enclosure.md
- Start laser: steps/start_laser.md
- Turn off laser: steps/turn_off_laser.md
- Turn off computer: steps/turn_off_computer.md
- Turn off ventilation: steps/turn_off_ventilation.md
- Lessons:
- Overview: lessons/README.md
- 1. Turn everything on and off: lessons/1_turn_everything_on_and_off.md
- 2. Be a good controller: lessons/2_be_a_good_controller.md
- 3. Prepare for cutting: lessons/3_prepare_cutting.md
- 4. Extinguish fire as a controller: lessons/4_extinguish_fire_as_controller.md
- 5. Your first cut as a controller: lessons/5_your_first_cut_as_controller.md
- 6. Be a good operator: lessons/6_be_a_good_operator.md
- 7. Extinguish fire as an operator: lessons/7_extinguish_fire_as_operator.md
- 8. Your first cut as an operator: lessons/8_your_first_cut_as_operator.md
- 9. Certication: lessons/9_certification.md
- Misc:
- Certified operators: certified_operators.md
- Code of conduct: CODE_OF_CONDUCT.md
- Contributing: CONTRIBUTING.md
- Contributors: contributors.md
- Lesson card: lesson_card/README.md
- Frequently Asked Questions: faq.md
- Gallery: gallery/README.md
- PDFs: pdfs/README.md
- License: LICENSE.md
- Scripts: scripts/README.md
- Troubleshooting: troubleshooting/README.md
theme:
name: material
greetings: Welcome to the laser cutter manual
font:
text: Lato
code: JetBrains Mono
palette:
primary: black
logo: logo/2024_logo_Simple_White_thumbnail.png
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.footer
- navigation.expand
- search.suggest
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.action.edit
- content.action.view
markdown_extensions:
- toc:
toc_depth: 2
permalink: true
permalink_title: Anchor link to this section for reference
- admonition
- tables
- attr_list
- footnotes
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg