Add Docsify docs server with nginx

Move docs into docs/ directory, add Docsify for markdown rendering.
Standalone Docker stack (nginx:alpine) on port 8090.
wiring.html served as native HTML with correct MIME type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
sm
2026-02-25 19:15:21 +03:00
parent c76ca89cc9
commit 1de3ffa1d7
8 changed files with 324 additions and 24 deletions

4
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,4 @@
- [Главная](/)
- [Спецификация](spec.md)
- [История изменений](changelog.md)
- [Схема подключения](wiring.html ':ignore')