krobotdocumentation/mkdocs.yml

36 lines
871 B
YAML
Raw Normal View History

2019-06-12 08:11:57 +02:00
site_name: "[kro]bot"
site_description: Le club de robotique de l'ENS Paris-Saclay
copyright: "Copyright © Krobot 2019"
repo_url: https://github.com/ens-krobot/KrobotDocumentation/
nav:
2019-07-14 17:10:35 +02:00
- Club et Matériel:
- Le club: index.md
- Les imprimantes 3D: imprimantes-3d.md
- Projets:
- Le KBOT: kbot.md
2019-07-26 12:46:35 +02:00
- La Coupe de France 2019: coupe-de-france-2019.md
- La Coupe de France 2015: coupe-de-france-2015.md
2019-07-26 15:18:44 +02:00
- La Coupe de France 2011: coupe-de-france-2011.md
2019-06-12 08:11:57 +02:00
extra:
search:
2019-07-14 17:10:35 +02:00
language: fr
2019-06-12 08:11:57 +02:00
social:
- type: github
link: https://github.com/ens-krobot
theme:
name: material
language: fr
palette:
primary: 'light green'
accent: 'light green'
2019-07-14 16:44:28 +02:00
logo: img/logo.svg
favicon: img/favicon.ico
2019-06-12 08:11:57 +02:00
font: false
feature:
tabs: true
2019-07-14 17:10:35 +02:00
extra_css:
- css/layout.css
2019-07-26 15:18:44 +02:00
markdown_extensions:
- attr_list
- smarty