-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (111 loc) · 4.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
120 lines (111 loc) · 4.15 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
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
# ==================================
# DO NOT TOUCH!
# ==================================
site_name: Formula Trinity Wiki
site_description: Engineering documentation for Formula Trinity
site_url: https://formula-trinity.github.io/ft-wiki/
# repo_url: https://github.com/Formula-Trinity/ft-wiki
extra:
generator: false
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/images/logo.png
favicon: assets/images/favicon.png
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
# - navigation.expand
- search.suggest
- search.highlight
- content.code.copy
palette:
- scheme: default
primary: black
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- tables
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# ==================================
# END OF DO NOT TOUCH...
# ==================================
nav:
- Home: index.md
- FTX7:
- ftx7/index.md
- Powertrain:
- ftx7/powertrain/index.md
- Subsystem 1: ftx7/powertrain/subsystem-01/index.md
- Drivetrain:
- ftx7/drivetrain/index.md
- Subsystem 1: ftx7/drivetrain/subsystem-01/index.md
- Chassis:
- ftx7/chassis/index.md
- Subsystem 1: ftx7/chassis/subsystem-01/index.md
- Suspension:
- ftx7/suspension/index.md
- Subsystem 1: ftx7/suspension/subsystem-01/index.md
- Aero:
- ftx7/aero/index.md
- Subsystem 1: ftx7/aero/subsystem-01/index.md
- Aero Wiki: ftx7/aero/aero-wiki/index.md
- Nosecone & Body: ftx7/aero/nosecone-body/index.md
- Sidepods: ftx7/aero/sidepods/index.md
- Extras: ftx7/aero/extras/index.md
- Vehicle Dynamics & Tyre Data:
- ftx7/vehicle-dynamics-tyre-data/index.md
- Tyre Wiki: ftx7/vehicle-dynamics-tyre-data/tyre-wiki/index.md
- Tyre Data Wiki: ftx7/vehicle-dynamics-tyre-data/tyre-data-wiki/index.md
- Tyre Data Guide: ftx7/vehicle-dynamics-tyre-data/tyre-data-guide/index.md
- LTS Guide: ftx7/vehicle-dynamics-tyre-data/lts-guide/index.md
- LTS Data: ftx7/vehicle-dynamics-tyre-data/lts-data/index.md
- Electronics:
- ftx7/electronics/index.md
- Subsystem 1: ftx7/electronics/subsystem-01/index.md
- Subsystem 2: ftx7/electronics/subsystem-02/index.md
- Manufacturing:
- manufacturing/index.md
- Competition Overview:
- competition/index.md
- Static Events:
- competition/statics/index.md
- Design Judging:
- competition/statics/design/index.md
- Engineering Design Report: competition/statics/design/edr.md
- Overall Vehicle Concept: competition/statics/design/overall_concept.md
- Structural Design inc. Suspension & Brakes: competition/statics/design/struct_design.md
- Powertrain Concept & Choice, Simulation, Design & Analysis: competition/statics/design/pt.md
- Overall Timing, Manufacturing, Procurement Plan plus Team Organisation Plan: competition/statics/design/timing_planning.md
- Design for Manufacture & Profit, Customer Respect and Innovation: competition/statics/design/design_for_manufacture.md
- Cost & Manufacturing Judging: competition/statics/cost/index.md
- Scrutineering:
- competition/scrut/index.md
- Tech: competition/scrut/tech/index.md
- Safety: competition/scrut/safety/index.md
- Chassis: competition/scrut/chassis/index.md
- Tilt: competition/scrut/tilt/index.md
- Noise: competition/scrut/noise/index.md
- Brakes: competition/scrut/brakes/index.md
- Dynamic Events:
- competition/dynamics/index.md
- How to Contribute: contributing.md