-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
32 lines (27 loc) · 1.17 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
site_name: AurixTutorial
pages:
- Home: 'index.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 (AK_TC23A only): TftAsModernMmi.md
- How to use Bluetooth HC06 in Aurix: HowToUseBluetoothHC06.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