Initial commit — Serveur Lucas SmartEye
API réception alertes chute (SmartEye/YOLO), analyse IA (Gemini 2.5 Flash), gestion alertes avec escalade (watchdog), notifications Firebase, dashboard web, documentation MkDocs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
72
mkdocs-smarteye/mkdocs.yml
Normal file
72
mkdocs-smarteye/mkdocs.yml
Normal file
@@ -0,0 +1,72 @@
|
||||
site_name: Lucas Documentation
|
||||
site_description: Système intelligent de protection à domicile — Détection de chutes par IA
|
||||
site_url: https://lucas.unigest.fr/docs
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: fr
|
||||
palette:
|
||||
- scheme: slate
|
||||
primary: deep purple
|
||||
accent: cyan
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Mode clair
|
||||
- scheme: default
|
||||
primary: deep purple
|
||||
accent: cyan
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Mode sombre
|
||||
font:
|
||||
text: Inter
|
||||
code: JetBrains Mono
|
||||
icon:
|
||||
logo: material/shield-home
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.expand
|
||||
- navigation.top
|
||||
- search.highlight
|
||||
- content.code.copy
|
||||
- content.tabs.link
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- tables
|
||||
- attr_list
|
||||
|
||||
nav:
|
||||
- Accueil: index.md
|
||||
- Architecture:
|
||||
- Vue d'ensemble: architecture/overview.md
|
||||
- Flux de données: architecture/data-flow.md
|
||||
- Guide Utilisateur:
|
||||
- Nouveau client: guide/nouveau-client.md
|
||||
- Dashboard: guide/dashboard.md
|
||||
- Gestion des alertes: guide/alertes.md
|
||||
- Déploiement:
|
||||
- Installation caméra IP: deploiement/installation-camera.md
|
||||
- Configuration vidéo caméra: deploiement/config-video-camera.md
|
||||
- Installation simplifiée: deploiement/jetson.md
|
||||
- Installation expert: deploiement/jetson-expert.md
|
||||
- Préparer la carte Gold: deploiement/carte-gold.md
|
||||
- Clonage des cartes SD: deploiement/clonage.md
|
||||
- Installation client: deploiement/installation-client.md
|
||||
- Outils:
|
||||
- Checklist installation: outils/checklist.md
|
||||
- API:
|
||||
- Endpoints: api/endpoints.md
|
||||
- Payload FCM: api/fcm-payload.md
|
||||
Reference in New Issue
Block a user