-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmkdocs.yml
37 lines (30 loc) · 1.27 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
site_name: InfineonRacer
pages:
- Home: 'index.md'
- InfineonRacer Guide:
- Getting Started: GettingStarted.md
- InfineonRacer User Guide: InfineonRacerUserGuide.md
- Connection Guide for InfineonRacer: ConnectionGuide.md
- Dive into AURIX world:
- How to study AURIX?: HowToStudyAurix.md
# - How to use BIFACES?: HowToUseBIFACES.md
- What is iLLD?: WhatIsIlld.md
- Do me a favor?: DoMeAFavor.md
- Twinkle twinkle little star: TwinkleTwinkleLittleStar.md
- Multiple infinite loops: MultipleInfiniteLoops.md
- Hello world: HelloWorld.md
- My own terminal: MyOwnTerminal.md
- Multi channel voltmeter: MultiChannelVoltmeter.md
- My own cheap oscilloscope: MyOwnCheapOscilloscope.md
- Line Scan Camera(Optional): LineScanCamera.md
- Chronos ruler: ChronosRuler.md
- Synchronized PWM: SynchronizedPwm.md
- Where are you?: WhereAreYou.md
- TFT as modern Man-Machine Interface: TftAsModernMmi.md
- Simulink as a programming language: SimulinkAsAProgrammingLanguage.md
# - OSEK-Certified ErikaOS & RT-Druid: OsekCertificedErikaOsRtDruid.md
- References: 'References.md'
theme: readthedocs
extra_javascript:
- http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
use_directory_urls: false