Skip to content

Commit 38284f3

Browse files
author
Clément VALENTIN
committed
Add documentation for Exporters and Web Interface in local client
- Created a new documentation page for Exporters detailing configuration options for Home Assistant, MQTT, VictoriaMetrics, Prometheus, and Jeedom. - Added an overview of common functionalities such as connection testing, saving configurations, and resetting to defaults. - Introduced a new Web Interface documentation page outlining access, available pages, navigation, and configuration options. - Highlighted differences between the local client and the gateway, emphasizing the local data storage and the absence of user account management in the local client.
1 parent 517b8e9 commit 38284f3

File tree

5 files changed

+2169
-2
lines changed

5 files changed

+2169
-2
lines changed

apps/docs/sidebars.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ const sidebars: SidebarsConfig = {
1818
id: "local-client/configuration",
1919
label: "Configuration",
2020
},
21+
{
22+
type: "doc",
23+
id: "local-client/interface",
24+
label: "Interface Web",
25+
},
26+
{
27+
type: "doc",
28+
id: "local-client/exporters",
29+
label: "Exporteurs",
30+
},
31+
{
32+
type: "doc",
33+
id: "local-client/architecture",
34+
label: "Architecture",
35+
},
2136
{
2237
type: "category",
2338
label: "Intégrations",

0 commit comments

Comments
 (0)