Space_Invaders/mkdocs.yml

29 lines
658 B
YAML
Raw Permalink Normal View History

2021-07-17 19:43:01 +02:00
site_name: Space Invader's
2021-07-17 12:21:58 +02:00
site_url: https://example.com/
2021-07-17 19:30:16 +02:00
theme: material
nav :
- 'Home' : 'index.md'
- 'Tutoriel' : 'tuto.md'
- 'Architecture du code' : 'archi.md'
- 'Thread' : 'thread.md'
- 'Classe' : 'class.md'
- 'Perriphériques' :
- 'Ecran' : 'lcd.md'
- 'Aléatoire' : 'rng.md'
- 'Leds' : 'led.md'
- 'Joystick' : 'joystick.md'
markdown_extensions:
2021-07-17 19:43:01 +02:00
- admonition
2021-07-17 19:30:16 +02:00
- pymdownx.arithmatex:
generic: true
2021-07-17 19:43:01 +02:00
- pymdownx.superfences
2021-07-17 19:30:16 +02:00
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- extra.css