From 2d47eef75648e5e1682cff163c80c3930ea01777 Mon Sep 17 00:00:00 2001 From: "Valentin V. Bartenev" Date: Sat, 2 May 2026 21:39:52 +0300 Subject: [PATCH] Docs: switch theme language and localize the rest --- mkdocs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8f467cc5..c77d123a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: MeshCoreTel-firmware Docs site_url: https://vbart.github.io/MeshCoreTel-firmware/ -site_description: Documentation for the MeshCoreTel-firmware layer on top of MeshCore, including WiFi, MQTT, and release workflows +site_description: Документация по специфичным для MeshCoreTel-firmware функциям: Wi-Fi, MQTT, веб-панель и API, также процессу выпуска релизов repo_name: VBart/MeshCoreTel-firmware repo_url: https://github.com/VBart/MeshCoreTel-firmware @@ -8,6 +8,7 @@ edit_uri: edit/main/docs/ theme: name: material + language: ru logo: _assets/vbart.svg favicon: _assets/vbart.svg features: @@ -22,14 +23,14 @@ theme: accent: custom toggle: icon: material/weather-night - name: Switch to dark mode + name: Переключить на темную тему - media: "(prefers-color-scheme: dark)" scheme: slate primary: custom accent: custom toggle: icon: material/weather-sunny - name: Switch to light mode + name: Переключить на светлую тему extra_css: - _stylesheets/extra.css