-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (55 loc) · 2.02 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
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 autotech 2025
repo_url: https://github.com/Association-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:
- search
- mermaid2
# TODO: Overide theme to add authors and dates
# - git-authors #https://github.com/timvink/mkdocs-git-authors-plugin
# - git-revision-date-localized: #https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/
# type: timeago
# custom_format: "%d. %B %Y"
# timezone: Europe/Amsterdam
# locale: en
# fallback_to_build_date: false
# enable_creation_date: true
# exclude:
# - index.md
# enable_git_follow: true
# enabled: true
# strict: true