64 lines
2.1 KiB
YAML
64 lines
2.1 KiB
YAML
site_name: Documentation Track Trends
|
|
site_author: Rohmer Maxime
|
|
copyright: ©CFPTI Tech2
|
|
use_directory_urls: false
|
|
theme:
|
|
name: material
|
|
palette:
|
|
# Palette toggle for light mode
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- attr_list
|
|
- md_in_html
|
|
plugins:
|
|
- glightbox
|
|
- search
|
|
- table-of-figures
|
|
- with-pdf:
|
|
cover_subtitle: "Vroum Vroum"
|
|
enabled_if_env: ENABLE_PDF_EXPORT
|
|
toc_title: Table des matières
|
|
ordered_chapter_level: 3
|
|
toc_level: 6
|
|
- annexes-integration:
|
|
annexes: # Required (at least 1)
|
|
- ConfigurationTool.cs: "Code/ConfigurationTool.cs"
|
|
- DriverData.cs: "Code/DriverData.cs"
|
|
- DriverGapToLeaderWindow.cs: "Code/DriverGapToLeaderWindow.cs"
|
|
- DriverNameWindow.cs: "Code/DriverNameWindow.cs"
|
|
- DriverSectorWindow.cs: "Code/DriverSectorWindow.cs"
|
|
- F1TVEmulator.cs: "Code/F1TVEmulator.cs"
|
|
- Form1.cs: "Code/Form1.cs"
|
|
- Program.cs: "Code/Program.cs"
|
|
- Settings.Designer.cs: "Code/Settings.Designer.cs"
|
|
- SqliteStorage.cs: "Code/SqliteStorage.cs"
|
|
- Zone.cs: "Code/Zone.cs"
|
|
- DataWrapper.cs: "Code/DataWrapper.cs"
|
|
- DriverDrsWindow.cs: "Code/DriverDrsWindow.cs"
|
|
- DriverLapTimeWindow.cs: "Code/DriverLapTimeWindow.cs"
|
|
- DriverPositionWindow.cs: "Code/DriverPositionWindow.cs"
|
|
- DriverTyresWindow.cs: "Code/DriverTyresWindow.cs"
|
|
- OcrImage.cs: "Code/OcrImage.cs"
|
|
- Reader.cs: "Code/Reader.cs"
|
|
- Settings.cs: "Code/Settings.cs"
|
|
- Window.cs: "Code/Window.cs"
|
|
- recoverCookiesCSV.py: "Code/recoverCookiesCSV.py"
|