mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 17:16:10 +00:00
Create book and deploy it to the website (#6)
* Create book structure. * Add workflow for linting the markdown using markdownlint. * Add workflow for building the book with mdBook and deploying to the website. * Restyle mdBook and support GitHub-style alerts. * Add images zooming. * Add index, firmware structure and gyroscope articles.
This commit is contained in:
22
docs/book/SUMMARY.md
Normal file
22
docs/book/SUMMARY.md
Normal file
@@ -0,0 +1,22 @@
|
||||
<!-- markdownlint-disable MD041 -->
|
||||
<!-- markdownlint-disable MD042 -->
|
||||
|
||||
[Главная](./README.md)
|
||||
|
||||
* [Архитектура прошивки](firmware.md)
|
||||
|
||||
# Учебник
|
||||
|
||||
* [Основы]()
|
||||
* [Светодиод]()
|
||||
* [Моторы]()
|
||||
* [Радиоуправление]()
|
||||
* [Гироскоп](gyro.md)
|
||||
* [Акселерометр]()s
|
||||
* [Оценка состояния]()
|
||||
* [PID-регулятор]()
|
||||
* [Режим ACRO]()
|
||||
* [Режим STAB]()
|
||||
* [Wi-Fi]()
|
||||
* [MAVLink]()
|
||||
* [Симуляция]()
|
Reference in New Issue
Block a user