-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (26 loc) · 832 Bytes
/
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
site_name: Documentation Logger
site_description: Documentation materielle et logicielle d'une carte d'acquisition autonome
copyright: Laboratoire Ampère
repo_url: https://github.com/axoulc/Documentation_Logger
site_url: https://doc-logger.netlify.app/
edit_uri: blob/main/docs/
theme:
name: material
language: fr
nav:
- Accueil: index.md
- Présentation Matérielle: hardware.md
- Programmation: prog.md
plugins:
- search
- with-pdf:
author: Axel Chabot
cover_subtitle: Documentation materielle et logicielle
toc_title: Table des matières
output_path: pdf/documentation_logger.pdf
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences