-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (40 loc) · 1.46 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
site_name: AutoTech's Docs
nav:
- Home: index.md
- Lidar.md
- Simulateur.md
- IA.md
- How to create documentation: building_docs.md
- Regle de la course: https://ajuton-ens.github.io/CourseVoituresAutonomesSaclay/
theme:
title: AutoTech's Docs
name: readthedocs
logo: img/autotech_logo.jpeg
theme:
# icon: does not work idk why -Matthias
# admonition:
# note: octicons/tag-16
# abstract: octicons/checklist-16
# info: octicons/info-16
# tip: octicons/squirrel-16
# success: octicons/check-16
# question: octicons/question-16
# warning: octicons/alert-16
# failure: octicons/x-circle-16
# danger: octicons/zap-16
# bug: octicons/bug-16
# example: octicons/beaker-16
# quote: octicons/quote-16
# locale: fr # does not work idk why -Arnaud
repo_url: https://github.com/Club-INTech/CoVAPSy/
site_description: "AutoTech est un projet du Club de robotique INTech de Telecom SudParis et IMT Business School. Il a pour but de concevoir un véhicule autonome pour la compétition CoVAPSy."
# site_author: "AutoTech"
# exclude_docs: |
# api-config.json # A file with this name anywhere.
# /requirements.txt # Top-level "docs/requirements.txt".
# *.py # Any file with this extension anywhere.
# !/foo/example.py # But keep this particular file.
markdown_extensions:
- admonition # This is a plugin for adding colored boxes for notes, warnings, etc.
plugins:
- mermaid2